#474014

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

Shades of Madras #474014

Tints of Madras #474014

Color information

#474014 (or 0x474014) is unknown color: approx Madras. HEX triplet: 47, 40 and 14. RGB value is (71,64,20). Sum of RGB (Red+Green+Blue) = 71+64+20=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #474014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474014 is #B8BFEB. Grayscale: #3D3D3D. Windows color (decimal): -12107756 or 1327175. OLE color: 1327175.

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

Color convert

RGB716420-
CMYK00.100.720.72
HSL51.76º56.04%17.84%-
HSV(B)51.76º71.83%27.84%-
XYZ4.565.061.4-
YUV61.08104.82135.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=45.81%
G=41.29%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71642000.100.720.7251.7656.0417.84
Hex4740140A4848343812
Octal10710024012110110647022
Binary1000111100000010100010101001000100100011010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474014; }

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

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

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

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

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

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

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

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