#474111

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

Shades of Madras #474111

Tints of Madras #474111

Color information

#474111 (or 0x474111) is unknown color: approx Madras. HEX triplet: 47, 41 and 11. RGB value is (71,65,17). Sum of RGB (Red+Green+Blue) = 71+65+17=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #474111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474111 is #B8BEEE. Grayscale: #3D3D3D. Windows color (decimal): -12107503 or 1130823. OLE color: 1130823.

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

Color convert

RGB716517-
CMYK00.080.760.72
HSL53.33º61.36%17.25%-
HSV(B)53.33º76.06%27.84%-
XYZ4.595.161.28-
YUV61.32102.99134.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.41%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=46.41%
G=42.48%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71651700.080.760.7253.3361.3617.25
Hex474111084C48353d11
Octal10710121010114110657521
Binary1000111100000110001010001001100100100011010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474111; }

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

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

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

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

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

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

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

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