#504204

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

Shades of Madras #504204

Tints of Madras #504204

Color information

#504204 (or 0x504204) is unknown color: approx Madras. HEX triplet: 50, 42 and 04. RGB value is (80,66,4). Sum of RGB (Red+Green+Blue) = 80+66+4=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #504204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504204 is #AFBDFB. Grayscale: #3F3F3F. Windows color (decimal): -11517436 or 279120. OLE color: 279120.

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

Color convert

RGB80664-
CMYK00.170.950.69
HSL48.95º90.48%16.47%-
HSV(B)48.95º95%31.37%-
XYZ5.285.610.92-
YUV63.1294.64140.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 53.33%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 4 (1.95% from 255) = 2.67%
R=53.33%
G=44%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8066400.170.950.6948.9590.4816.47
Hex504240115F45315a10
Octal12010240211371056113220
Binary1010000100001010001000110111111000101110001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504204; }

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

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

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

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

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

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

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

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