#512411

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

Shades of Indian Tan #512411

Tints of Indian Tan #512411

Color information

#512411 (or 0x512411) is unknown color: approx Indian Tan. HEX triplet: 51, 24 and 11. RGB value is (81,36,17). Sum of RGB (Red+Green+Blue) = 81+36+17=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #512411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512411 is #AEDBEE. Grayscale: #2F2F2F. Windows color (decimal): -11459567 or 1123409. OLE color: 1123409.

HSL color Cylindrical-coordinate representation of color #512411: hue angle of 17.81º 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 #512411 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB813617-
CMYK00.560.790.68
HSL17.81º65.31%19.22%-
HSV(B)17.81º79.01%31.76%-
XYZ4.133.050.9-
YUV47.29110.91152.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=60.45%
G=26.87%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81361700.560.790.6817.8165.3119.22
Hex5124110384F44124113
Octal12144210701171042210123
Binary10100011001001000101110001001111100010010010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512411; }

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

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

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

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

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

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

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

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