#4D4420

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

Shades of Madras #4D4420

Tints of Madras #4D4420

Color information

#4D4420 (or 0x4D4420) is unknown color: approx Madras. HEX triplet: 4D, 44 and 20. RGB value is (77,68,32). Sum of RGB (Red+Green+Blue) = 77+68+32=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4420 is #B2BBDF. Grayscale: #424242. Windows color (decimal): -11713504 or 2114637. OLE color: 2114637.

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

Color convert

RGB776832-
CMYK00.120.580.70
HSL48º41.28%21.37%-
HSV(B)48º58.44%30.2%-
XYZ5.395.822.21-
YUV66.59108.48135.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.50%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=43.50%
G=38.42%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77683200.120.580.704841.2821.37
Hex4D44200C3A46302915
Octal1151044001472106605125
Binary1001101100010010000001100111010100011011000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,68,32); }

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

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

 a { background-color: rgb(77,68,32); }

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

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

 span { border-color: rgb(77,68,32); }

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