#474415

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

Shades of Madras #474415

Tints of Madras #474415

Color information

#474415 (or 0x474415) is unknown color: approx Madras. HEX triplet: 47, 44 and 15. RGB value is (71,68,21). Sum of RGB (Red+Green+Blue) = 71+68+21=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #474415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474415 is #B8BBEA. Grayscale: #3F3F3F. Windows color (decimal): -12106731 or 1393735. OLE color: 1393735.

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

Color convert

RGB716821-
CMYK00.040.700.72
HSL56.4º54.35%18.04%-
HSV(B)56.4º70.42%27.84%-
XYZ4.85.531.52-
YUV63.54103.99133.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 68 (26.95% from 255) = 42.5%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=44.38%
G=42.5%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71682100.040.700.7256.454.3518.04
Hex474415044648383612
Octal1071042504106110706622
Binary100011110001001010101001000110100100011100011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474415; }

 p { color: rgb(71,68,21); }

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

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

 a { background-color: rgb(71,68,21); }

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

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

 span { border-color: rgb(71,68,21); }

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