#512211

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

Shades of Indian Tan #512211

Tints of Indian Tan #512211

Color information

#512211 (or 0x512211) is unknown color: approx Indian Tan. HEX triplet: 51, 22 and 11. RGB value is (81,34,17). Sum of RGB (Red+Green+Blue) = 81+34+17=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #512211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512211 is #AEDDEE. Grayscale: #2E2E2E. Windows color (decimal): -11460079 or 1122897. OLE color: 1122897.

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

Color convert

RGB813417-
CMYK00.580.790.68
HSL15.94º65.31%19.22%-
HSV(B)15.94º79.01%31.76%-
XYZ4.072.930.88-
YUV46.11111.57152.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.36%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=61.36%
G=25.76%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81341700.580.790.6815.9465.3119.22
Hex51221103A4F44104113
Octal12142210721171042010123
Binary10100011000101000101110101001111100010010000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512211; }

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

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

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

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

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

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

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

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