#4F4106

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

Shades of Madras #4F4106

Tints of Madras #4F4106

Color information

#4F4106 (or 0x4F4106) is unknown color: approx Madras. HEX triplet: 4F, 41 and 06. RGB value is (79,65,6). Sum of RGB (Red+Green+Blue) = 79+65+6=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4106 is #B0BEF9. Grayscale: #3E3E3E. Windows color (decimal): -11583226 or 409935. OLE color: 409935.

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

Color convert

RGB79656-
CMYK00.180.920.69
HSL48.49º85.88%16.67%-
HSV(B)48.49º92.41%30.98%-
XYZ5.155.460.95-
YUV62.4696.14139.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.67%
GREEN value IS 65 (25.78% from 255) = 43.33%
BLUE value IS 6 (2.73% from 255) = 4%
R=52.67%
G=43.33%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7965600.180.920.6948.4985.8816.67
Hex4F4160125C45305611
Octal11710160221341056012621
Binary1001111100000111001001010111001000101110000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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