#504323

Color #504323 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #504323

Tints of Madras #504323

Color information

#504323 (or 0x504323) is unknown color: approx Madras. HEX triplet: 50, 43 and 23. RGB value is (80,67,35). Sum of RGB (Red+Green+Blue) = 80+67+35=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #504323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504323 is #AFBCDC. Grayscale: #434343. Windows color (decimal): -11517149 or 2310992. OLE color: 2310992.

HSL color Cylindrical-coordinate representation of color #504323: hue angle of 42.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #504323 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB806735-
CMYK00.160.560.69
HSL42.67º39.13%22.55%-
HSV(B)42.67º56.25%31.37%-
XYZ5.625.842.42-
YUV67.24109.81137.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 35 (14.06% from 255) = 19.23%
R=43.96%
G=36.81%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80673500.160.560.6942.6739.1322.55
Hex50432301038452b2717
Octal1201034302070105534727
Binary10100001000011100011010000111000100010110101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504323; }

 p { color: rgb(80,67,35); }

 H1.HeaderClassName
 {
   color: #504323;
 }
 .AnyTagClassName
 {
   color: #504323;
 }
</style>
background-color css

<style>
 a { background-color: #504323; }

 a { background-color: rgb(80,67,35); }

 div.DivClassName
 {
   background-color: #504323;
 }
 .BgClassName
 {
   background-color: #504323;
 }
</style>
border-color css

<style>
 span { border-color: #504323; }

 span { border-color: rgb(80,67,35); }

 td.TdClassName
 {
   border-color: #504323;
 }
 .TagClassName
 {
   border-color: #504323;
 }
</style>