#512912

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

Shades of Indian Tan #512912

Tints of Indian Tan #512912

Color information

#512912 (or 0x512912) is unknown color: approx Indian Tan. HEX triplet: 51, 29 and 12. RGB value is (81,41,18). Sum of RGB (Red+Green+Blue) = 81+41+18=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #512912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512912 is #AED6ED. Grayscale: #323232. Windows color (decimal): -11458286 or 1190225. OLE color: 1190225.

HSL color Cylindrical-coordinate representation of color #512912: hue angle of 21.9º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512912 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB814118-
CMYK00.490.780.68
HSL21.9º63.64%19.41%-
HSV(B)21.9º77.78%31.76%-
XYZ4.33.381-
YUV50.34109.75149.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=57.86%
G=29.29%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81411800.490.780.6821.963.6419.41
Hex5129120314E44164013
Octal12151220611161042610023
Binary10100011010011001001100011001110100010010110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512912; }

 p { color: rgb(81,41,18); }

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

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

 a { background-color: rgb(81,41,18); }

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

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

 span { border-color: rgb(81,41,18); }

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