#4D4004

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

Shades of Madras #4D4004

Tints of Madras #4D4004

Color information

#4D4004 (or 0x4D4004) is unknown color: approx Madras. HEX triplet: 4D, 40 and 04. RGB value is (77,64,4). Sum of RGB (Red+Green+Blue) = 77+64+4=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4004 is #B2BFFB. Grayscale: #3D3D3D. Windows color (decimal): -11714556 or 278605. OLE color: 278605.

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

Color convert

RGB77644-
CMYK00.170.950.70
HSL49.32º90.12%15.88%-
HSV(B)49.32º94.81%30.2%-
XYZ4.925.250.87-
YUV61.0595.81139.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.10%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=53.10%
G=44.14%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7764400.170.950.7049.3290.1215.88
Hex4D4040115F46315a10
Octal11510040211371066113220
Binary1001101100000010001000110111111000110110001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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