#512B19

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

Shades of Indian Tan #512B19

Tints of Indian Tan #512B19

Color information

#512B19 (or 0x512B19) is unknown color: approx Indian Tan. HEX triplet: 51, 2B and 19. RGB value is (81,43,25). Sum of RGB (Red+Green+Blue) = 81+43+25=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #512B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512B19 is #AED4E6. Grayscale: #343434. Windows color (decimal): -11457767 or 1649489. OLE color: 1649489.

HSL color Cylindrical-coordinate representation of color #512B19: hue angle of 19.29º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #512B19 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB814325-
CMYK00.470.690.68
HSL19.29º52.83%20.78%-
HSV(B)19.29º69.14%31.76%-
XYZ4.433.551.37-
YUV52.31112.59148.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.36%
GREEN value IS 43 (17.19% from 255) = 28.86%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=54.36%
G=28.86%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81432500.470.690.6819.2952.8320.78
Hex512B1902F4544133515
Octal1215331057105104236525
Binary1010001101011110010101111100010110001001001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,43,25); }

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

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

 a { background-color: rgb(81,43,25); }

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

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

 span { border-color: rgb(81,43,25); }

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