#4F4215

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

Shades of Madras #4F4215

Tints of Madras #4F4215

Color information

#4F4215 (or 0x4F4215) is unknown color: approx Madras. HEX triplet: 4F, 42 and 15. RGB value is (79,66,21). Sum of RGB (Red+Green+Blue) = 79+66+21=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4215 is #B0BDEA. Grayscale: #404040. Windows color (decimal): -11582955 or 1393231. OLE color: 1393231.

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

Color convert

RGB796621-
CMYK00.160.730.69
HSL46.55º58%19.61%-
HSV(B)46.55º73.42%30.98%-
XYZ5.315.611.51-
YUV64.76103.31138.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.59%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 21 (8.59% from 255) = 12.65%
R=47.59%
G=39.76%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79662100.160.730.6946.555819.61
Hex4F421501049452f3a14
Octal11710225020111105577224
Binary10011111000010101010100001001001100010110111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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