#474412

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

Shades of Madras #474412

Tints of Madras #474412

Color information

#474412 (or 0x474412) is unknown color: approx Madras. HEX triplet: 47, 44 and 12. RGB value is (71,68,18). Sum of RGB (Red+Green+Blue) = 71+68+18=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #474412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474412 is #B8BBED. Grayscale: #3F3F3F. Windows color (decimal): -12106734 or 1197127. OLE color: 1197127.

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

Color convert

RGB716818-
CMYK00.040.750.72
HSL56.6º59.55%17.45%-
HSV(B)56.6º74.65%27.84%-
XYZ4.775.521.39-
YUV63.2102.49133.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 68 (26.95% from 255) = 43.31%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=45.22%
G=43.31%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71681800.040.750.7256.659.5517.45
Hex474412044B48393c11
Octal1071042204113110717421
Binary100011110001001001001001001011100100011100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474412; }

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

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

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

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

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

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

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

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