#512E1F

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

Shades of Indian Tan #512E1F

Tints of Indian Tan #512E1F

Color information

#512E1F (or 0x512E1F) is unknown color: approx Indian Tan. HEX triplet: 51, 2E and 1F. RGB value is (81,46,31). Sum of RGB (Red+Green+Blue) = 81+46+31=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #512E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E1F is #AED1E0. Grayscale: #363636. Windows color (decimal): -11456993 or 2043473. OLE color: 2043473.

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

Color convert

RGB814631-
CMYK00.430.620.68
HSL18º44.64%21.96%-
HSV(B)18º61.73%31.76%-
XYZ4.623.81.79-
YUV54.76114.6146.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 46 (18.36% from 255) = 29.11%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=51.27%
G=29.11%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81463100.430.620.681844.6421.96
Hex512E1F02B3E44122d16
Octal121563705376104225526
Binary101000110111011111010101111111010001001001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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