#512C16

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

Shades of Indian Tan #512C16

Tints of Indian Tan #512C16

Color information

#512C16 (or 0x512C16) is unknown color: approx Indian Tan. HEX triplet: 51, 2C and 16. RGB value is (81,44,22). Sum of RGB (Red+Green+Blue) = 81+44+22=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #512C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512C16 is #AED3E9. Grayscale: #343434. Windows color (decimal): -11457514 or 1453137. OLE color: 1453137.

HSL color Cylindrical-coordinate representation of color #512C16: hue angle of 22.37º 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 #512C16 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB814422-
CMYK00.460.730.68
HSL22.37º57.28%20.2%-
HSV(B)22.37º72.84%31.76%-
XYZ4.443.611.22-
YUV52.56110.76148.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.10%
GREEN value IS 44 (17.58% from 255) = 29.93%
BLUE value IS 22 (8.98% from 255) = 14.97%
R=55.10%
G=29.93%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81442200.460.730.6822.3757.2820.2
Hex512C1602E4944163914
Octal1215426056111104267124
Binary1010001101100101100101110100100110001001011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512C16; }

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

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

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

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

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

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

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

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