#4F4400

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

Shades of Madras #4F4400

Tints of Madras #4F4400

Color information

#4F4400 (or 0x4F4400) is unknown color: approx Madras. HEX triplet: 4F, 44 and 00. RGB value is (79,68,0). Sum of RGB (Red+Green+Blue) = 79+68+0=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4400 is #B0BBFF. Grayscale: #3F3F3F. Windows color (decimal): -11582464 or 17487. OLE color: 17487.

HSL color Cylindrical-coordinate representation of color #4F4400: hue angle of 51.65º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F4400 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB79680-
CMYK00.1410.69
HSL51.65º100%15.49%-
HSV(B)51.65º100%30.98%-
XYZ5.295.80.84-
YUV63.5492.14139.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.74%
GREEN value IS 68 (26.95% from 255) = 46.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.74%
G=46.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7968000.1410.6951.6510015.49
Hex4F4400E64453464f
Octal11710400161441056414417
Binary100111110001000011101100100100010111010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,68,0); }

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

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

 a { background-color: rgb(79,68,0); }

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

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

 span { border-color: rgb(79,68,0); }

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