#4F4516

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

Shades of Madras #4F4516

Tints of Madras #4F4516

Color information

#4F4516 (or 0x4F4516) is unknown color: approx Madras. HEX triplet: 4F, 45 and 16. RGB value is (79,69,22). Sum of RGB (Red+Green+Blue) = 79+69+22=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4516 is #B0BAE9. Grayscale: #424242. Windows color (decimal): -11582186 or 1459535. OLE color: 1459535.

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

Color convert

RGB796922-
CMYK00.130.720.69
HSL49.47º56.44%19.8%-
HSV(B)49.47º72.15%30.98%-
XYZ5.55.981.62-
YUV66.63102.81136.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.47%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=46.47%
G=40.59%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79692200.130.720.6949.4756.4419.8
Hex4F45160D4845313814
Octal11710526015110105617024
Binary1001111100010110110011011001000100010111000111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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