#474417

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

Shades of Madras #474417

Tints of Madras #474417

Color information

#474417 (or 0x474417) is unknown color: approx Madras. HEX triplet: 47, 44 and 17. RGB value is (71,68,23). Sum of RGB (Red+Green+Blue) = 71+68+23=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #474417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474417 is #B8BBE8. Grayscale: #3F3F3F. Windows color (decimal): -12106729 or 1524807. OLE color: 1524807.

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

Color convert

RGB716823-
CMYK00.040.680.72
HSL56.25º51.06%18.43%-
HSV(B)56.25º67.61%27.84%-
XYZ4.825.541.63-
YUV63.77104.99133.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 68 (26.95% from 255) = 41.98%
BLUE value IS 23 (9.38% from 255) = 14.20%
R=43.83%
G=41.98%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71682300.040.680.7256.2551.0618.43
Hex474417044448383312
Octal1071042704104110706322
Binary100011110001001011101001000100100100011100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474417; }

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

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

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

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

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

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

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

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