#512F1B

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

Shades of Indian Tan #512F1B

Tints of Indian Tan #512F1B

Color information

#512F1B (or 0x512F1B) is unknown color: approx Indian Tan. HEX triplet: 51, 2F and 1B. RGB value is (81,47,27). Sum of RGB (Red+Green+Blue) = 81+47+27=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #512F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F1B is #AED0E4. Grayscale: #373737. Windows color (decimal): -11456741 or 1781585. OLE color: 1781585.

HSL color Cylindrical-coordinate representation of color #512F1B: hue angle of 22.22º 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 #512F1B is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB814727-
CMYK00.420.670.68
HSL22.22º50%21.18%-
HSV(B)22.22º66.67%31.76%-
XYZ4.613.861.54-
YUV54.89112.26146.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 47 (18.75% from 255) = 30.32%
BLUE value IS 27 (10.94% from 255) = 17.42%
R=52.26%
G=30.32%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81472700.420.670.6822.225021.18
Hex512F1B02A4344163215
Octal1215733052103104266225
Binary1010001101111110110101010100001110001001011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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