#4C470F

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

Shades of Madras #4C470F

Tints of Madras #4C470F

Color information

#4C470F (or 0x4C470F) is unknown color: approx Madras. HEX triplet: 4C, 47 and 0F. RGB value is (76,71,15). Sum of RGB (Red+Green+Blue) = 76+71+15=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C470F is #B3B8F0. Grayscale: #424242. Windows color (decimal): -11778289 or 1001292. OLE color: 1001292.

HSL color Cylindrical-coordinate representation of color #4C470F: hue angle of 55.08º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C470F is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.70.

Color convert

RGB767115-
CMYK00.070.800.70
HSL55.08º67.03%17.84%-
HSV(B)55.08º80.26%29.8%-
XYZ5.326.081.34-
YUV66.1199.16135.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.91%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=46.91%
G=43.83%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76711500.070.800.7055.0867.0317.84
Hex4C47F075046374312
Octal11410717071201066710322
Binary100110010001111111011110100001000110110111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C470F; }

 p { color: rgb(76,71,15); }

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

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

 a { background-color: rgb(76,71,15); }

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

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

 span { border-color: rgb(76,71,15); }

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