#4D4012

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

Shades of Madras #4D4012

Tints of Madras #4D4012

Color information

#4D4012 (or 0x4D4012) is unknown color: approx Madras. HEX triplet: 4D, 40 and 12. RGB value is (77,64,18). Sum of RGB (Red+Green+Blue) = 77+64+18=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4012 is #B2BFED. Grayscale: #3E3E3E. Windows color (decimal): -11714542 or 1196109. OLE color: 1196109.

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

Color convert

RGB776418-
CMYK00.170.770.70
HSL46.78º62.11%18.63%-
HSV(B)46.78º76.62%30.2%-
XYZ55.291.33-
YUV62.64102.81138.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.43%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=48.43%
G=40.25%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77641800.170.770.7046.7862.1118.63
Hex4D40120114D462f3e13
Octal11510022021115106577623
Binary10011011000000100100100011001101100011010111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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