#4F2912

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

Shades of Indian Tan #4F2912

Tints of Indian Tan #4F2912

Color information

#4F2912 (or 0x4F2912) is unknown color: approx Indian Tan. HEX triplet: 4F, 29 and 12. RGB value is (79,41,18). Sum of RGB (Red+Green+Blue) = 79+41+18=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2912 is #B0D6ED. Grayscale: #313131. Windows color (decimal): -11589358 or 1190223. OLE color: 1190223.

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

Color convert

RGB794118-
CMYK00.480.770.69
HSL22.62º62.89%19.02%-
HSV(B)22.62º77.22%30.98%-
XYZ4.133.290.99-
YUV49.74110.09148.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 57.25%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=57.25%
G=29.71%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79411800.480.770.6922.6262.8919.02
Hex4F29120304D45173f13
Octal1175122060115105277723
Binary1001111101001100100110000100110110001011011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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