#4C4721

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

Shades of Madras #4C4721

Tints of Madras #4C4721

Color information

#4C4721 (or 0x4C4721) is unknown color: approx Madras. HEX triplet: 4C, 47 and 21. RGB value is (76,71,33). Sum of RGB (Red+Green+Blue) = 76+71+33=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4721 is #B3B8DE. Grayscale: #444444. Windows color (decimal): -11778271 or 2180940. OLE color: 2180940.

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

Color convert

RGB767133-
CMYK00.070.570.70
HSL53.02º39.45%21.37%-
HSV(B)53.02º56.58%29.8%-
XYZ5.516.152.34-
YUV68.16108.16133.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.22%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=42.22%
G=39.44%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76713300.070.570.7053.0239.4521.37
Hex4C4721073946352715
Octal114107410771106654725
Binary100110010001111000010111111001100011011010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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