#474318

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

Shades of Madras #474318

Tints of Madras #474318

Color information

#474318 (or 0x474318) is unknown color: approx Madras. HEX triplet: 47, 43 and 18. RGB value is (71,67,24). Sum of RGB (Red+Green+Blue) = 71+67+24=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #474318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474318 is #B8BCE7. Grayscale: #3F3F3F. Windows color (decimal): -12106984 or 1590087. OLE color: 1590087.

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

Color convert

RGB716724-
CMYK00.060.660.72
HSL54.89º49.47%18.63%-
HSV(B)54.89º66.2%27.84%-
XYZ4.775.421.66-
YUV63.29105.83133.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 67 (26.56% from 255) = 41.36%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=43.83%
G=41.36%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71672400.060.660.7254.8949.4718.63
Hex474318064248373113
Octal1071033006102110676123
Binary100011110000111100001101000010100100011011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474318; }

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

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

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

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

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

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

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

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