#4D4015

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

Shades of Madras #4D4015

Tints of Madras #4D4015

Color information

#4D4015 (or 0x4D4015) is unknown color: approx Madras. HEX triplet: 4D, 40 and 15. RGB value is (77,64,21). Sum of RGB (Red+Green+Blue) = 77+64+21=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4015 is #B2BFEA. Grayscale: #3F3F3F. Windows color (decimal): -11714539 or 1392717. OLE color: 1392717.

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

Color convert

RGB776421-
CMYK00.170.730.70
HSL46.07º57.14%19.22%-
HSV(B)46.07º72.73%30.2%-
XYZ5.035.31.47-
YUV62.98104.31138-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.53%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=47.53%
G=39.51%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77642100.170.730.7046.0757.1419.22
Hex4D401501149462e3913
Octal11510025021111106567123
Binary10011011000000101010100011001001100011010111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,64,21); }

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

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

 a { background-color: rgb(77,64,21); }

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

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

 span { border-color: rgb(77,64,21); }

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