#4F2512

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

Shades of Indian Tan #4F2512

Tints of Indian Tan #4F2512

Color information

#4F2512 (or 0x4F2512) is unknown color: approx Indian Tan. HEX triplet: 4F, 25 and 12. RGB value is (79,37,18). Sum of RGB (Red+Green+Blue) = 79+37+18=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2512 is #B0DAED. Grayscale: #2F2F2F. Windows color (decimal): -11590382 or 1189199. OLE color: 1189199.

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

Color convert

RGB793718-
CMYK00.530.770.69
HSL18.69º62.89%19.02%-
HSV(B)18.69º77.22%30.98%-
XYZ43.030.95-
YUV47.39111.41150.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.96%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=58.96%
G=27.61%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79371800.530.770.6918.6962.8919.02
Hex4F25120354D45133f13
Octal1174522065115105237723
Binary1001111100101100100110101100110110001011001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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