#512516

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

Shades of Indian Tan #512516

Tints of Indian Tan #512516

Color information

#512516 (or 0x512516) is unknown color: approx Indian Tan. HEX triplet: 51, 25 and 16. RGB value is (81,37,22). Sum of RGB (Red+Green+Blue) = 81+37+22=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #512516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512516 is #AEDAE9. Grayscale: #303030. Windows color (decimal): -11459306 or 1451345. OLE color: 1451345.

HSL color Cylindrical-coordinate representation of color #512516: hue angle of 15.25º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512516 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB813722-
CMYK00.540.730.68
HSL15.25º57.28%20.2%-
HSV(B)15.25º72.84%31.76%-
XYZ4.23.131.14-
YUV48.45113.08151.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=57.86%
G=26.43%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81372200.540.730.6815.2557.2820.2
Hex5125160364944f3914
Octal1214526066111104177124
Binary101000110010110110011011010010011000100111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512516; }

 p { color: rgb(81,37,22); }

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

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

 a { background-color: rgb(81,37,22); }

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

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

 span { border-color: rgb(81,37,22); }

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