#522527

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

Shades of Lonestar #522527

Tints of Lonestar #522527

Color information

#522527 (or 0x522527) is unknown color: approx Lonestar. HEX triplet: 52, 25 and 27. RGB value is (82,37,39). Sum of RGB (Red+Green+Blue) = 82+37+39=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #522527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522527 is #ADDAD8. Grayscale: #323232. Windows color (decimal): -11393753 or 2565458. OLE color: 2565458.

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

Color convert

RGB823739-
CMYK00.550.520.68
HSL357.33º37.82%23.33%-
HSV(B)357.33º54.88%32.16%-
XYZ4.513.262.31-
YUV50.68121.41150.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.90%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=51.90%
G=23.42%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82373900.550.520.68357.3337.8223.33
Hex52252703734441652617
Octal1224547067641045454627
Binary10100101001011001110110111110100100010010110010110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522527; }

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

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

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

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

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

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

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

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