#4F2415

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

Shades of Indian Tan #4F2415

Tints of Indian Tan #4F2415

Color information

#4F2415 (or 0x4F2415) is unknown color: approx Indian Tan. HEX triplet: 4F, 24 and 15. RGB value is (79,36,21). Sum of RGB (Red+Green+Blue) = 79+36+21=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2415 is #B0DBEA. Grayscale: #2F2F2F. Windows color (decimal): -11590635 or 1385551. OLE color: 1385551.

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

Color convert

RGB793621-
CMYK00.540.730.69
HSL15.52º58%19.61%-
HSV(B)15.52º73.42%30.98%-
XYZ3.992.981.07-
YUV47.15113.25150.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.09%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=58.09%
G=26.47%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79362100.540.730.6915.525819.61
Hex4F24150364945103a14
Octal1174425066111105207224
Binary1001111100100101010110110100100110001011000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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