#4D4818

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

Shades of Madras #4D4818

Tints of Madras #4D4818

Color information

#4D4818 (or 0x4D4818) is unknown color: approx Madras. HEX triplet: 4D, 48 and 18. RGB value is (77,72,24). Sum of RGB (Red+Green+Blue) = 77+72+24=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4818 is #B2B7E7. Grayscale: #444444. Windows color (decimal): -11712488 or 1591373. OLE color: 1591373.

HSL color Cylindrical-coordinate representation of color #4D4818: hue angle of 54.34º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D4818 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB777224-
CMYK00.060.690.70
HSL54.34º52.48%19.8%-
HSV(B)54.34º68.83%30.2%-
XYZ5.546.281.78-
YUV68.02103.16134.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.51%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 24 (9.77% from 255) = 13.87%
R=44.51%
G=41.62%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77722400.060.690.7054.3452.4819.8
Hex4D4818064546363414
Octal1151103006105106666424
Binary100110110010001100001101000101100011011011011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,72,24); }

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

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

 a { background-color: rgb(77,72,24); }

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

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

 span { border-color: rgb(77,72,24); }

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