#474012

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

Shades of Madras #474012

Tints of Madras #474012

Color information

#474012 (or 0x474012) is unknown color: approx Madras. HEX triplet: 47, 40 and 12. RGB value is (71,64,18). Sum of RGB (Red+Green+Blue) = 71+64+18=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #474012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474012 is #B8BFED. Grayscale: #3D3D3D. Windows color (decimal): -12107758 or 1196103. OLE color: 1196103.

HSL color Cylindrical-coordinate representation of color #474012: hue angle of 52.08º 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 #474012 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB716418-
CMYK00.100.750.72
HSL52.08º59.55%17.45%-
HSV(B)52.08º74.65%27.84%-
XYZ4.545.051.31-
YUV60.85103.82135.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=46.41%
G=41.83%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71641800.100.750.7252.0859.5517.45
Hex4740120A4B48343c11
Octal10710022012113110647421
Binary1000111100000010010010101001011100100011010011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474012; }

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

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

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

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

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

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

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

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