#522529

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

Shades of Lonestar #522529

Tints of Lonestar #522529

Color information

#522529 (or 0x522529) is unknown color: approx Lonestar. HEX triplet: 52, 25 and 29. RGB value is (82,37,41). Sum of RGB (Red+Green+Blue) = 82+37+41=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #522529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522529 is #ADDAD6. Grayscale: #323232. Windows color (decimal): -11393751 or 2696530. OLE color: 2696530.

HSL color Cylindrical-coordinate representation of color #522529: hue angle of 354.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #522529 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB823741-
CMYK00.550.500.68
HSL354.67º37.82%23.33%-
HSV(B)354.67º54.88%32.16%-
XYZ4.543.282.49-
YUV50.91122.41150.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.25%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=51.25%
G=23.12%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82374100.550.500.68354.6737.8223.33
Hex52252903732441632617
Octal1224551067621045434627
Binary10100101001011010010110111110010100010010110001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522529; }

 p { color: rgb(82,37,41); }

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

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

 a { background-color: rgb(82,37,41); }

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

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

 span { border-color: rgb(82,37,41); }

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