#512918

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

Shades of Indian Tan #512918

Tints of Indian Tan #512918

Color information

#512918 (or 0x512918) is unknown color: approx Indian Tan. HEX triplet: 51, 29 and 18. RGB value is (81,41,24). Sum of RGB (Red+Green+Blue) = 81+41+24=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #512918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512918 is #AED6E7. Grayscale: #333333. Windows color (decimal): -11458280 or 1583441. OLE color: 1583441.

HSL color Cylindrical-coordinate representation of color #512918: hue angle of 17.89º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512918 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB814124-
CMYK00.490.700.68
HSL17.89º54.29%20.59%-
HSV(B)17.89º70.37%31.76%-
XYZ4.353.41.29-
YUV51.02112.75149.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 24 (9.77% from 255) = 16.44%
R=55.48%
G=28.08%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81412400.490.700.6817.8954.2920.59
Hex5129180314644123615
Octal1215130061106104226625
Binary1010001101001110000110001100011010001001001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512918; }

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

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

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

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

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

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

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

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