#504209

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

Shades of Madras #504209

Tints of Madras #504209

Color information

#504209 (or 0x504209) is unknown color: approx Madras. HEX triplet: 50, 42 and 09. RGB value is (80,66,9). Sum of RGB (Red+Green+Blue) = 80+66+9=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #504209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504209 is #AFBDF6. Grayscale: #3F3F3F. Windows color (decimal): -11517431 or 606800. OLE color: 606800.

HSL color Cylindrical-coordinate representation of color #504209: hue angle of 48.17º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #504209 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB80669-
CMYK00.170.890.69
HSL48.17º79.78%17.45%-
HSV(B)48.17º88.75%31.37%-
XYZ5.315.621.06-
YUV63.6997.14139.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=51.61%
G=42.58%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8066900.170.890.6948.1779.7817.45
Hex504290115945305011
Octal120102110211311056012021
Binary10100001000010100101000110110011000101110000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504209; }

 p { color: rgb(80,66,9); }

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

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

 a { background-color: rgb(80,66,9); }

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

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

 span { border-color: rgb(80,66,9); }

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