#512E1A

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

Shades of Indian Tan #512E1A

Tints of Indian Tan #512E1A

Color information

#512E1A (or 0x512E1A) is unknown color: approx Indian Tan. HEX triplet: 51, 2E and 1A. RGB value is (81,46,26). Sum of RGB (Red+Green+Blue) = 81+46+26=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #512E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E1A is #AED1E5. Grayscale: #363636. Windows color (decimal): -11456998 or 1715793. OLE color: 1715793.

HSL color Cylindrical-coordinate representation of color #512E1A: hue angle of 21.82º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #512E1A is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB814626-
CMYK00.430.680.68
HSL21.82º51.4%20.98%-
HSV(B)21.82º67.9%31.76%-
XYZ4.563.781.47-
YUV54.18112.1147.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 46 (18.36% from 255) = 30.07%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=52.94%
G=30.07%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81462600.430.680.6821.8251.420.98
Hex512E1A02B4444163315
Octal1215632053104104266325
Binary1010001101110110100101011100010010001001011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512E1A; }

 p { color: rgb(81,46,26); }

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

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

 a { background-color: rgb(81,46,26); }

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

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

 span { border-color: rgb(81,46,26); }

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