#4F4004

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

Shades of Madras #4F4004

Tints of Madras #4F4004

Color information

#4F4004 (or 0x4F4004) is unknown color: approx Madras. HEX triplet: 4F, 40 and 04. RGB value is (79,64,4). Sum of RGB (Red+Green+Blue) = 79+64+4=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4004 is #B0BFFB. Grayscale: #3D3D3D. Windows color (decimal): -11583484 or 278607. OLE color: 278607.

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

Color convert

RGB79644-
CMYK00.190.950.69
HSL48º90.36%16.27%-
HSV(B)48º94.94%30.98%-
XYZ5.085.340.88-
YUV61.6495.47140.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.74%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 4 (1.95% from 255) = 2.72%
R=53.74%
G=43.54%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7964400.190.950.694890.3616.27
Hex4F4040135F45305a10
Octal11710040231371056013220
Binary1001111100000010001001110111111000101110000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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