#512210

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

Shades of Indian Tan #512210

Tints of Indian Tan #512210

Color information

#512210 (or 0x512210) is unknown color: approx Indian Tan. HEX triplet: 51, 22 and 10. RGB value is (81,34,16). Sum of RGB (Red+Green+Blue) = 81+34+16=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #512210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512210 is #AEDDEF. Grayscale: #2E2E2E. Windows color (decimal): -11460080 or 1057361. OLE color: 1057361.

HSL color Cylindrical-coordinate representation of color #512210: hue angle of 16.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512210 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB813416-
CMYK00.580.800.68
HSL16.62º67.01%19.02%-
HSV(B)16.62º80.25%31.76%-
XYZ4.062.930.84-
YUV46111.07152.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 16 (6.64% from 255) = 12.21%
R=61.83%
G=25.95%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81341600.580.800.6816.6267.0119.02
Hex51221003A5044114313
Octal12142200721201042110323
Binary10100011000101000001110101010000100010010001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512210; }

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

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

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

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

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

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

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

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