#474214

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

Shades of Madras #474214

Tints of Madras #474214

Color information

#474214 (or 0x474214) is unknown color: approx Madras. HEX triplet: 47, 42 and 14. RGB value is (71,66,20). Sum of RGB (Red+Green+Blue) = 71+66+20=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #474214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474214 is #B8BDEB. Grayscale: #3E3E3E. Windows color (decimal): -12107244 or 1327687. OLE color: 1327687.

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

Color convert

RGB716620-
CMYK00.070.720.72
HSL54.12º56.04%17.84%-
HSV(B)54.12º71.83%27.84%-
XYZ4.675.291.44-
YUV62.25104.16134.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=45.22%
G=42.04%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71662000.070.720.7254.1256.0417.84
Hex474214074848363812
Octal1071022407110110667022
Binary100011110000101010001111001000100100011011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474214; }

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

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

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

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

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

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

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

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