#474205

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

Shades of Madras #474205

Tints of Madras #474205

Color information

#474205 (or 0x474205) is unknown color: approx Madras. HEX triplet: 47, 42 and 05. RGB value is (71,66,5). Sum of RGB (Red+Green+Blue) = 71+66+5=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #474205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474205 is #B8BDFA. Grayscale: #3C3C3C. Windows color (decimal): -12107259 or 344647. OLE color: 344647.

HSL color Cylindrical-coordinate representation of color #474205: hue angle of 55.45º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #474205 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB71665-
CMYK00.070.930.72
HSL55.45º86.84%14.9%-
HSV(B)55.45º92.96%27.84%-
XYZ4.575.250.92-
YUV60.5496.66135.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 5 (2.34% from 255) = 3.52%
R=50%
G=46.48%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7166500.070.930.7255.4586.8414.9
Hex47425075D483757f
Octal1071025071351106712717
Binary1000111100001010101111011101100100011011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474205; }

 p { color: rgb(71,66,5); }

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

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

 a { background-color: rgb(71,66,5); }

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

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

 span { border-color: rgb(71,66,5); }

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