#512611

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

Shades of Indian Tan #512611

Tints of Indian Tan #512611

Color information

#512611 (or 0x512611) is unknown color: approx Indian Tan. HEX triplet: 51, 26 and 11. RGB value is (81,38,17). Sum of RGB (Red+Green+Blue) = 81+38+17=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #512611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512611 is #AED9EE. Grayscale: #303030. Windows color (decimal): -11459055 or 1123921. OLE color: 1123921.

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

Color convert

RGB813817-
CMYK00.530.790.68
HSL19.69º65.31%19.22%-
HSV(B)19.69º79.01%31.76%-
XYZ4.193.180.92-
YUV48.46110.25151.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.56%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=59.56%
G=27.94%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81381700.530.790.6819.6965.3119.22
Hex5126110354F44144113
Octal12146210651171042410123
Binary10100011001101000101101011001111100010010100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512611; }

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

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

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

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

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

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

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

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