#512711

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

Shades of Indian Tan #512711

Tints of Indian Tan #512711

Color information

#512711 (or 0x512711) is unknown color: approx Indian Tan. HEX triplet: 51, 27 and 11. RGB value is (81,39,17). Sum of RGB (Red+Green+Blue) = 81+39+17=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #512711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512711 is #AED8EE. Grayscale: #313131. Windows color (decimal): -11458799 or 1124177. OLE color: 1124177.

HSL color Cylindrical-coordinate representation of color #512711: hue angle of 20.62º 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 #512711 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB813917-
CMYK00.520.790.68
HSL20.62º65.31%19.22%-
HSV(B)20.62º79.01%31.76%-
XYZ4.223.240.93-
YUV49.05109.91150.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.12%
GREEN value IS 39 (15.62% from 255) = 28.47%
BLUE value IS 17 (7.03% from 255) = 12.41%
R=59.12%
G=28.47%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81391700.520.790.6820.6265.3119.22
Hex5127110344F44154113
Octal12147210641171042510123
Binary10100011001111000101101001001111100010010101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512711; }

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

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

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

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

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

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

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

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