#522627

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

Shades of Lonestar #522627

Tints of Lonestar #522627

Color information

#522627 (or 0x522627) is unknown color: approx Lonestar. HEX triplet: 52, 26 and 27. RGB value is (82,38,39). Sum of RGB (Red+Green+Blue) = 82+38+39=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #522627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522627 is #ADD9D8. Grayscale: #333333. Windows color (decimal): -11393497 or 2565714. OLE color: 2565714.

HSL color Cylindrical-coordinate representation of color #522627: hue angle of 358.64º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #522627 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB823839-
CMYK00.540.520.68
HSL358.64º36.67%23.53%-
HSV(B)358.64º53.66%32.16%-
XYZ4.543.332.32-
YUV51.27121.08149.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=51.57%
G=23.90%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82383900.540.520.68358.6436.6723.53
Hex52262703634441672518
Octal1224647066641045474530
Binary10100101001101001110110110110100100010010110011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522627; }

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

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

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

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

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

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

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

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