#474217

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

Shades of Madras #474217

Tints of Madras #474217

Color information

#474217 (or 0x474217) is unknown color: approx Madras. HEX triplet: 47, 42 and 17. RGB value is (71,66,23). Sum of RGB (Red+Green+Blue) = 71+66+23=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #474217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474217 is #B8BDE8. Grayscale: #3E3E3E. Windows color (decimal): -12107241 or 1524295. OLE color: 1524295.

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

Color convert

RGB716623-
CMYK00.070.680.72
HSL53.75º51.06%18.43%-
HSV(B)53.75º67.61%27.84%-
XYZ4.75.31.59-
YUV62.59105.66134-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 23 (9.38% from 255) = 14.38%
R=44.38%
G=41.25%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71662300.070.680.7253.7551.0618.43
Hex474217074448363312
Octal1071022707104110666322
Binary100011110000101011101111000100100100011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474217; }

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

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

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

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

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

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

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

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