#4C4621

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

Shades of Madras #4C4621

Tints of Madras #4C4621

Color information

#4C4621 (or 0x4C4621) is unknown color: approx Madras. HEX triplet: 4C, 46 and 21. RGB value is (76,70,33). Sum of RGB (Red+Green+Blue) = 76+70+33=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4621 is #B3B9DE. Grayscale: #434343. Windows color (decimal): -11778527 or 2180684. OLE color: 2180684.

HSL color Cylindrical-coordinate representation of color #4C4621: hue angle of 51.63º 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 #4C4621 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB767033-
CMYK00.080.570.70
HSL51.63º39.45%21.37%-
HSV(B)51.63º56.58%29.8%-
XYZ5.456.032.32-
YUV67.58108.49134.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.46%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=42.46%
G=39.11%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76703300.080.570.7051.6339.4521.37
Hex4C4621083946342715
Octal1141064101071106644725
Binary1001100100011010000101000111001100011011010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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