#4D400B

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

Shades of Madras #4D400B

Tints of Madras #4D400B

Color information

#4D400B (or 0x4D400B) is unknown color: approx Madras. HEX triplet: 4D, 40 and 0B. RGB value is (77,64,11). Sum of RGB (Red+Green+Blue) = 77+64+11=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D400B is #B2BFF4. Grayscale: #3E3E3E. Windows color (decimal): -11714549 or 737357. OLE color: 737357.

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

Color convert

RGB776411-
CMYK00.170.860.70
HSL48.18º75%17.25%-
HSV(B)48.18º85.71%30.2%-
XYZ4.955.271.07-
YUV61.8499.31138.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.66%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=50.66%
G=42.11%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77641100.170.860.7048.187517.25
Hex4D40B0115646304b11
Octal115100130211261066011321
Binary10011011000000101101000110101101000110110000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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