#4F2712

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

Shades of Indian Tan #4F2712

Tints of Indian Tan #4F2712

Color information

#4F2712 (or 0x4F2712) is unknown color: approx Indian Tan. HEX triplet: 4F, 27 and 12. RGB value is (79,39,18). Sum of RGB (Red+Green+Blue) = 79+39+18=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2712 is #B0D8ED. Grayscale: #303030. Windows color (decimal): -11589870 or 1189711. OLE color: 1189711.

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

Color convert

RGB793918-
CMYK00.510.770.69
HSL20.66º62.89%19.02%-
HSV(B)20.66º77.22%30.98%-
XYZ4.063.160.97-
YUV48.57110.75149.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.09%
GREEN value IS 39 (15.62% from 255) = 28.68%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=58.09%
G=28.68%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79391800.510.770.6920.6662.8919.02
Hex4F27120334D45153f13
Octal1174722063115105257723
Binary1001111100111100100110011100110110001011010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,39,18); }

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

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

 a { background-color: rgb(79,39,18); }

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

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

 span { border-color: rgb(79,39,18); }

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