#4C4521

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

Shades of Madras #4C4521

Tints of Madras #4C4521

Color information

#4C4521 (or 0x4C4521) is unknown color: approx Madras. HEX triplet: 4C, 45 and 21. RGB value is (76,69,33). Sum of RGB (Red+Green+Blue) = 76+69+33=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4521 is #B3BADE. Grayscale: #434343. Windows color (decimal): -11778783 or 2180428. OLE color: 2180428.

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

Color convert

RGB766933-
CMYK00.090.570.70
HSL50.23º39.45%21.37%-
HSV(B)50.23º56.58%29.8%-
XYZ5.385.92.29-
YUV66.99108.82134.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.70%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 33 (13.28% from 255) = 18.54%
R=42.70%
G=38.76%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76693300.090.570.7050.2339.4521.37
Hex4C4521093946322715
Octal1141054101171106624725
Binary1001100100010110000101001111001100011011001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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