#522528

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

Shades of Lonestar #522528

Tints of Lonestar #522528

Color information

#522528 (or 0x522528) is unknown color: approx Lonestar. HEX triplet: 52, 25 and 28. RGB value is (82,37,40). Sum of RGB (Red+Green+Blue) = 82+37+40=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #522528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522528 is #ADDAD7. Grayscale: #323232. Windows color (decimal): -11393752 or 2630994. OLE color: 2630994.

HSL color Cylindrical-coordinate representation of color #522528: hue angle of 356º 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 #522528 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB823740-
CMYK00.550.510.68
HSL356º37.82%23.33%-
HSV(B)356º54.88%32.16%-
XYZ4.523.272.4-
YUV50.8121.91150.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=51.57%
G=23.27%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82374000.550.510.6835637.8223.33
Hex52252803733441642617
Octal1224550067631045444627
Binary10100101001011010000110111110011100010010110010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522528; }

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

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

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

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

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

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

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

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