#4F3B15

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

Shades of Madras #4F3B15

Tints of Madras #4F3B15

Color information

#4F3B15 (or 0x4F3B15) is unknown color: approx Madras. HEX triplet: 4F, 3B and 15. RGB value is (79,59,21). Sum of RGB (Red+Green+Blue) = 79+59+21=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3B15 is #B0C4EA. Grayscale: #3C3C3C. Windows color (decimal): -11584747 or 1391439. OLE color: 1391439.

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

Color convert

RGB795921-
CMYK00.250.730.69
HSL39.31º58%19.61%-
HSV(B)39.31º73.42%30.98%-
XYZ4.924.841.39-
YUV60.65105.63141.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.69%
GREEN value IS 59 (23.44% from 255) = 37.11%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=49.69%
G=37.11%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79592100.250.730.6939.315819.61
Hex4F3B150194945273a14
Octal1177325031111105477224
Binary1001111111011101010110011001001100010110011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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