#512816

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

Shades of Indian Tan #512816

Tints of Indian Tan #512816

Color information

#512816 (or 0x512816) is unknown color: approx Indian Tan. HEX triplet: 51, 28 and 16. RGB value is (81,40,22). Sum of RGB (Red+Green+Blue) = 81+40+22=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #512816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512816 is #AED7E9. Grayscale: #323232. Windows color (decimal): -11458538 or 1452113. OLE color: 1452113.

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

Color convert

RGB814022-
CMYK00.510.730.68
HSL18.31º57.28%20.2%-
HSV(B)18.31º72.84%31.76%-
XYZ4.33.321.17-
YUV50.21112.08149.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=56.64%
G=27.97%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81402200.510.730.6818.3157.2820.2
Hex5128160334944123914
Octal1215026063111104227124
Binary1010001101000101100110011100100110001001001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512816; }

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

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

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

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

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

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

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

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