#474213

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

Shades of Madras #474213

Tints of Madras #474213

Color information

#474213 (or 0x474213) is unknown color: approx Madras. HEX triplet: 47, 42 and 13. RGB value is (71,66,19). Sum of RGB (Red+Green+Blue) = 71+66+19=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #474213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474213 is #B8BDEC. Grayscale: #3E3E3E. Windows color (decimal): -12107245 or 1262151. OLE color: 1262151.

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

Color convert

RGB716619-
CMYK00.070.730.72
HSL54.23º57.78%17.65%-
HSV(B)54.23º73.24%27.84%-
XYZ4.665.281.39-
YUV62.14103.66134.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=45.51%
G=42.31%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71661900.070.730.7254.2357.7817.65
Hex474213074948363a12
Octal1071022307111110667222
Binary100011110000101001101111001001100100011011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474213; }

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

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

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

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

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

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

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

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