#4F4206

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

Shades of Madras #4F4206

Tints of Madras #4F4206

Color information

#4F4206 (or 0x4F4206) is unknown color: approx Madras. HEX triplet: 4F, 42 and 06. RGB value is (79,66,6). Sum of RGB (Red+Green+Blue) = 79+66+6=151 (20% of max value = 765). Red value is 79 (31.25% from 255 or 52.32% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4206 is #B0BDF9. Grayscale: #3F3F3F. Windows color (decimal): -11582970 or 410191. OLE color: 410191.

HSL color Cylindrical-coordinate representation of color #4F4206: hue angle of 49.32º 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 #4F4206 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB79666-
CMYK00.160.920.69
HSL49.32º85.88%16.67%-
HSV(B)49.32º92.41%30.98%-
XYZ5.215.570.97-
YUV63.0595.81139.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.32%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 6 (2.73% from 255) = 3.97%
R=52.32%
G=43.71%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7966600.160.920.6949.3285.8816.67
Hex4F4260105C45315611
Octal11710260201341056112621
Binary1001111100001011001000010111001000101110001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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