#512B20

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

Shades of Indian Tan #512B20

Tints of Indian Tan #512B20

Color information

#512B20 (or 0x512B20) is unknown color: approx Indian Tan. HEX triplet: 51, 2B and 20. RGB value is (81,43,32). Sum of RGB (Red+Green+Blue) = 81+43+32=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #512B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B20 is #AED4DF. Grayscale: #353535. Windows color (decimal): -11457760 or 2108241. OLE color: 2108241.

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

Color convert

RGB814332-
CMYK00.470.600.68
HSL13.47º43.36%22.16%-
HSV(B)13.47º60.49%31.76%-
XYZ4.523.581.82-
YUV53.11116.09147.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=51.92%
G=27.56%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81433200.470.600.6813.4743.3622.16
Hex512B2002F3C44d2b16
Octal121534005774104155326
Binary101000110101110000001011111111001000100110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,43,32); }

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

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

 a { background-color: rgb(81,43,32); }

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

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

 span { border-color: rgb(81,43,32); }

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