#474018

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

Shades of Madras #474018

Tints of Madras #474018

Color information

#474018 (or 0x474018) is unknown color: approx Madras. HEX triplet: 47, 40 and 18. RGB value is (71,64,24). Sum of RGB (Red+Green+Blue) = 71+64+24=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #474018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474018 is #B8BFE7. Grayscale: #3D3D3D. Windows color (decimal): -12107752 or 1589319. OLE color: 1589319.

HSL color Cylindrical-coordinate representation of color #474018: hue angle of 51.06º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #474018 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB716424-
CMYK00.100.660.72
HSL51.06º49.47%18.63%-
HSV(B)51.06º66.2%27.84%-
XYZ4.65.071.6-
YUV61.53106.82134.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=44.65%
G=40.25%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71642400.100.660.7251.0649.4718.63
Hex4740180A4248333113
Octal10710030012102110636123
Binary1000111100000011000010101000010100100011001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474018; }

 p { color: rgb(71,64,24); }

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

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

 a { background-color: rgb(71,64,24); }

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

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

 span { border-color: rgb(71,64,24); }

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