#474410

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

Shades of Madras #474410

Tints of Madras #474410

Color information

#474410 (or 0x474410) is unknown color: approx Madras. HEX triplet: 47, 44 and 10. RGB value is (71,68,16). Sum of RGB (Red+Green+Blue) = 71+68+16=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #474410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474410 is #B8BBEF. Grayscale: #3F3F3F. Windows color (decimal): -12106736 or 1066055. OLE color: 1066055.

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

Color convert

RGB716816-
CMYK00.040.770.72
HSL56.73º63.22%17.06%-
HSV(B)56.73º77.46%27.84%-
XYZ4.765.511.3-
YUV62.97101.49133.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 68 (26.95% from 255) = 43.87%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=45.81%
G=43.87%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71681600.040.770.7256.7363.2217.06
Hex474410044D48393f11
Octal1071042004115110717721
Binary100011110001001000001001001101100100011100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474410; }

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

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

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

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

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

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

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

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