#512811

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

Shades of Indian Tan #512811

Tints of Indian Tan #512811

Color information

#512811 (or 0x512811) is unknown color: approx Indian Tan. HEX triplet: 51, 28 and 11. RGB value is (81,40,17). Sum of RGB (Red+Green+Blue) = 81+40+17=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #512811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512811 is #AED7EE. Grayscale: #313131. Windows color (decimal): -11458543 or 1124433. OLE color: 1124433.

HSL color Cylindrical-coordinate representation of color #512811: hue angle of 21.56º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512811 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB814017-
CMYK00.510.790.68
HSL21.56º65.31%19.22%-
HSV(B)21.56º79.01%31.76%-
XYZ4.253.310.94-
YUV49.64109.58150.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 40 (16.02% from 255) = 28.99%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=58.70%
G=28.99%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81401700.510.790.6821.5665.3119.22
Hex5128110334F44164113
Octal12150210631171042610123
Binary10100011010001000101100111001111100010010110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512811; }

 p { color: rgb(81,40,17); }

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

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

 a { background-color: rgb(81,40,17); }

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

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

 span { border-color: rgb(81,40,17); }

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