#474011

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

Shades of Madras #474011

Tints of Madras #474011

Color information

#474011 (or 0x474011) is unknown color: approx Madras. HEX triplet: 47, 40 and 11. RGB value is (71,64,17). Sum of RGB (Red+Green+Blue) = 71+64+17=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #474011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474011 is #B8BFEE. Grayscale: #3C3C3C. Windows color (decimal): -12107759 or 1130567. OLE color: 1130567.

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

Color convert

RGB716417-
CMYK00.100.760.72
HSL52.22º61.36%17.25%-
HSV(B)52.22º76.06%27.84%-
XYZ4.535.051.27-
YUV60.74103.32135.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=46.71%
G=42.11%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71641700.100.760.7252.2261.3617.25
Hex4740110A4C48343d11
Octal10710021012114110647521
Binary1000111100000010001010101001100100100011010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474011; }

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

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

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

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

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

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

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

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