#511E20

Color #511E20 Lonestar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lonestar #511E20

Tints of Lonestar #511E20

Color information

#511E20 (or 0x511E20) is unknown color: approx Lonestar. HEX triplet: 51, 1E and 20. RGB value is (81,30,32). Sum of RGB (Red+Green+Blue) = 81+30+32=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #511E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E20 is #AEE1DF. Grayscale: #2D2D2D. Windows color (decimal): -11461088 or 2104913. OLE color: 2104913.

HSL color Cylindrical-coordinate representation of color #511E20: hue angle of 357.65º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E20 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB813032-
CMYK00.630.600.68
HSL357.65º45.95%21.76%-
HSV(B)357.65º62.96%31.76%-
XYZ4.122.781.69-
YUV45.48120.4153.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 30 (12.11% from 255) = 20.98%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=56.64%
G=20.98%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81303200.630.600.68357.6545.9521.76
Hex511E2003F3C441662e16
Octal1213640077741045465626
Binary1010001111101000000111111111100100010010110011010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511E20; }

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

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

<style>
 a { background-color: #511E20; }

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

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

<style>
 span { border-color: #511E20; }

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

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