#512D1B

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

Shades of Indian Tan #512D1B

Tints of Indian Tan #512D1B

Color information

#512D1B (or 0x512D1B) is unknown color: approx Indian Tan. HEX triplet: 51, 2D and 1B. RGB value is (81,45,27). Sum of RGB (Red+Green+Blue) = 81+45+27=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #512D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D1B is #AED2E4. Grayscale: #353535. Windows color (decimal): -11457253 or 1781073. OLE color: 1781073.

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

Color convert

RGB814527-
CMYK00.440.670.68
HSL20º50%21.18%-
HSV(B)20º66.67%31.76%-
XYZ4.533.711.51-
YUV53.71112.93147.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 45 (17.97% from 255) = 29.41%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=52.94%
G=29.41%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81452700.440.670.68205021.18
Hex512D1B02C4344143215
Octal1215533054103104246225
Binary1010001101101110110101100100001110001001010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,45,27); }

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

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

 a { background-color: rgb(81,45,27); }

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

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

 span { border-color: rgb(81,45,27); }

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