#474212

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

Shades of Madras #474212

Tints of Madras #474212

Color information

#474212 (or 0x474212) is unknown color: approx Madras. HEX triplet: 47, 42 and 12. RGB value is (71,66,18). Sum of RGB (Red+Green+Blue) = 71+66+18=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #474212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474212 is #B8BDED. Grayscale: #3E3E3E. Windows color (decimal): -12107246 or 1196615. OLE color: 1196615.

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

Color convert

RGB716618-
CMYK00.070.750.72
HSL54.34º59.55%17.45%-
HSV(B)54.34º74.65%27.84%-
XYZ4.665.281.35-
YUV62.02103.16134.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=45.81%
G=42.58%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71661800.070.750.7254.3459.5517.45
Hex474212074B48363c11
Octal1071022207113110667421
Binary100011110000101001001111001011100100011011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474212; }

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

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

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

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

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

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

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

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