#474020

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

Shades of Madras #474020

Tints of Madras #474020

Color information

#474020 (or 0x474020) is unknown color: approx Madras. HEX triplet: 47, 40 and 20. RGB value is (71,64,32). Sum of RGB (Red+Green+Blue) = 71+64+32=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #474020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474020 is #B8BFDF. Grayscale: #3E3E3E. Windows color (decimal): -12107744 or 2113607. OLE color: 2113607.

HSL color Cylindrical-coordinate representation of color #474020: hue angle of 49.23º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474020 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB716432-
CMYK00.100.550.72
HSL49.23º37.86%20.2%-
HSV(B)49.23º54.93%27.84%-
XYZ4.695.112.11-
YUV62.44110.82134.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=42.51%
G=38.32%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71643200.100.550.7249.2337.8620.2
Hex4740200A3748312614
Octal1071004001267110614624
Binary1000111100000010000001010110111100100011000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474020; }

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

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

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

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

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

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

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

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