#4F4416

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

Shades of Madras #4F4416

Tints of Madras #4F4416

Color information

#4F4416 (or 0x4F4416) is unknown color: approx Madras. HEX triplet: 4F, 44 and 16. RGB value is (79,68,22). Sum of RGB (Red+Green+Blue) = 79+68+22=169 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.75% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4416 is #B0BBE9. Grayscale: #424242. Windows color (decimal): -11582442 or 1459279. OLE color: 1459279.

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

Color convert

RGB796822-
CMYK00.140.720.69
HSL48.42º56.44%19.8%-
HSV(B)48.42º72.15%30.98%-
XYZ5.445.851.6-
YUV66.04103.14137.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.75%
GREEN value IS 68 (26.95% from 255) = 40.24%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=46.75%
G=40.24%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79682200.140.720.6948.4256.4419.8
Hex4F44160E4845303814
Octal11710426016110105607024
Binary1001111100010010110011101001000100010111000011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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