#4F2514

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

Shades of Indian Tan #4F2514

Tints of Indian Tan #4F2514

Color information

#4F2514 (or 0x4F2514) is unknown color: approx Indian Tan. HEX triplet: 4F, 25 and 14. RGB value is (79,37,20). Sum of RGB (Red+Green+Blue) = 79+37+20=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2514 is #B0DAEB. Grayscale: #2F2F2F. Windows color (decimal): -11590380 or 1320271. OLE color: 1320271.

HSL color Cylindrical-coordinate representation of color #4F2514: hue angle of 17.29º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F2514 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB793720-
CMYK00.530.750.69
HSL17.29º59.6%19.41%-
HSV(B)17.29º74.68%30.98%-
XYZ4.013.041.04-
YUV47.62112.41150.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.09%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=58.09%
G=27.21%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79372000.530.750.6917.2959.619.41
Hex4F25140354B45113c13
Octal1174524065113105217423
Binary1001111100101101000110101100101110001011000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,20); }

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

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

 a { background-color: rgb(79,37,20); }

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

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

 span { border-color: rgb(79,37,20); }

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