#474118

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

Shades of Madras #474118

Tints of Madras #474118

Color information

#474118 (or 0x474118) is unknown color: approx Madras. HEX triplet: 47, 41 and 18. RGB value is (71,65,24). Sum of RGB (Red+Green+Blue) = 71+65+24=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #474118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474118 is #B8BEE7. Grayscale: #3E3E3E. Windows color (decimal): -12107496 or 1589575. OLE color: 1589575.

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

Color convert

RGB716524-
CMYK00.080.660.72
HSL52.34º49.47%18.63%-
HSV(B)52.34º66.2%27.84%-
XYZ4.655.191.62-
YUV62.12106.49134.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 65 (25.78% from 255) = 40.62%
BLUE value IS 24 (9.77% from 255) = 15%
R=44.38%
G=40.62%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71652400.080.660.7252.3449.4718.63
Hex474118084248343113
Octal10710130010102110646123
Binary1000111100000111000010001000010100100011010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474118; }

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

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

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

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

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

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

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

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