#4C4620

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

Shades of Madras #4C4620

Tints of Madras #4C4620

Color information

#4C4620 (or 0x4C4620) is unknown color: approx Madras. HEX triplet: 4C, 46 and 20. RGB value is (76,70,32). Sum of RGB (Red+Green+Blue) = 76+70+32=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4620 is #B3B9DF. Grayscale: #434343. Windows color (decimal): -11778528 or 2115148. OLE color: 2115148.

HSL color Cylindrical-coordinate representation of color #4C4620: hue angle of 51.82º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C4620 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB767032-
CMYK00.080.580.70
HSL51.82º40.74%21.18%-
HSV(B)51.82º57.89%29.8%-
XYZ5.436.022.24-
YUV67.46107.99134.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.70%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=42.70%
G=39.33%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76703200.080.580.7051.8240.7421.18
Hex4C4620083A46342915
Octal1141064001072106645125
Binary1001100100011010000001000111010100011011010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,32); }

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

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

 a { background-color: rgb(76,70,32); }

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

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

 span { border-color: rgb(76,70,32); }

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