#4F4506

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

Shades of Madras #4F4506

Tints of Madras #4F4506

Color information

#4F4506 (or 0x4F4506) is unknown color: approx Madras. HEX triplet: 4F, 45 and 06. RGB value is (79,69,6). Sum of RGB (Red+Green+Blue) = 79+69+6=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4506 is #B0BAF9. Grayscale: #414141. Windows color (decimal): -11582202 or 410959. OLE color: 410959.

HSL color Cylindrical-coordinate representation of color #4F4506: hue angle of 51.78º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F4506 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB79696-
CMYK00.130.920.69
HSL51.78º85.88%16.67%-
HSV(B)51.78º92.41%30.98%-
XYZ5.395.931.03-
YUV64.8194.81138.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.30%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=51.30%
G=44.81%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7969600.130.920.6951.7885.8816.67
Hex4F4560D5C45345611
Octal11710560151341056412621
Binary100111110001011100110110111001000101110100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,69,6); }

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

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

 a { background-color: rgb(79,69,6); }

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

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

 span { border-color: rgb(79,69,6); }

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