#474024

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

Shades of Madras #474024

Tints of Madras #474024

Color information

#474024 (or 0x474024) is unknown color: approx Madras. HEX triplet: 47, 40 and 24. RGB value is (71,64,36). Sum of RGB (Red+Green+Blue) = 71+64+36=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #474024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474024 is #B8BFDB. Grayscale: #3F3F3F. Windows color (decimal): -12107740 or 2375751. OLE color: 2375751.

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

Color convert

RGB716436-
CMYK00.100.490.72
HSL48º32.71%20.98%-
HSV(B)48º49.3%27.84%-
XYZ4.755.132.41-
YUV62.9112.82133.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=41.52%
G=37.43%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71643600.100.490.724832.7120.98
Hex4740240A3148302115
Octal1071004401261110604125
Binary1000111100000010010001010110001100100011000010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474024; }

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

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

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

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

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

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

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

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