#512615

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

Shades of Indian Tan #512615

Tints of Indian Tan #512615

Color information

#512615 (or 0x512615) is unknown color: approx Indian Tan. HEX triplet: 51, 26 and 15. RGB value is (81,38,21). Sum of RGB (Red+Green+Blue) = 81+38+21=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #512615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512615 is #AED9EA. Grayscale: #313131. Windows color (decimal): -11459051 or 1386065. OLE color: 1386065.

HSL color Cylindrical-coordinate representation of color #512615: hue angle of 17º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512615 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB813821-
CMYK00.530.740.68
HSL17º58.82%20%-
HSV(B)17º74.07%31.76%-
XYZ4.223.191.1-
YUV48.92112.25150.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 21 (8.59% from 255) = 15%
R=57.86%
G=27.14%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81382100.530.740.681758.8220
Hex5126150354A44113b14
Octal1214625065112104217324
Binary1010001100110101010110101100101010001001000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512615; }

 p { color: rgb(81,38,21); }

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

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

 a { background-color: rgb(81,38,21); }

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

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

 span { border-color: rgb(81,38,21); }

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