#4D420F

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

Shades of Madras #4D420F

Tints of Madras #4D420F

Color information

#4D420F (or 0x4D420F) is unknown color: approx Madras. HEX triplet: 4D, 42 and 0F. RGB value is (77,66,15). Sum of RGB (Red+Green+Blue) = 77+66+15=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D420F is #B2BDF0. Grayscale: #3F3F3F. Windows color (decimal): -11714033 or 1000013. OLE color: 1000013.

HSL color Cylindrical-coordinate representation of color #4D420F: hue angle of 49.35º 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 #4D420F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.70.

Color convert

RGB776615-
CMYK00.140.810.70
HSL49.35º67.39%18.04%-
HSV(B)49.35º80.52%30.2%-
XYZ5.15.511.25-
YUV63.48100.64137.65-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.73%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=48.73%
G=41.77%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77661500.140.810.7049.3567.3918.04
Hex4D42F0E5146314312
Octal115102170161211066110322
Binary1001101100001011110111010100011000110110001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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