#4D3C0F

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

Shades of Madras #4D3C0F

Tints of Madras #4D3C0F

Color information

#4D3C0F (or 0x4D3C0F) is unknown color: approx Madras. HEX triplet: 4D, 3C and 0F. RGB value is (77,60,15). Sum of RGB (Red+Green+Blue) = 77+60+15=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3C0F is #B2C3F0. Grayscale: #3C3C3C. Windows color (decimal): -11715569 or 998477. OLE color: 998477.

HSL color Cylindrical-coordinate representation of color #4D3C0F: hue angle of 43.55º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D3C0F is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB776015-
CMYK00.220.810.70
HSL43.55º67.39%18.04%-
HSV(B)43.55º80.52%30.2%-
XYZ4.764.841.14-
YUV59.95102.63140.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.66%
GREEN value IS 60 (23.83% from 255) = 39.47%
BLUE value IS 15 (6.25% from 255) = 9.87%
R=50.66%
G=39.47%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77601500.220.810.7043.5567.3918.04
Hex4D3CF01651462c4312
Octal11574170261211065410322
Binary1001101111100111101011010100011000110101100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,60,15); }

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

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

 a { background-color: rgb(77,60,15); }

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

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

 span { border-color: rgb(77,60,15); }

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