#522026

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

Shades of Lonestar #522026

Tints of Lonestar #522026

Color information

#522026 (or 0x522026) is unknown color: approx Lonestar. HEX triplet: 52, 20 and 26. RGB value is (82,32,38). Sum of RGB (Red+Green+Blue) = 82+32+38=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #522026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522026 is #ADDFD9. Grayscale: #2F2F2F. Windows color (decimal): -11395034 or 2498642. OLE color: 2498642.

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

Color convert

RGB823238-
CMYK00.610.540.68
HSL352.8º43.86%22.35%-
HSV(B)352.8º60.98%32.16%-
XYZ4.352.972.18-
YUV47.63122.56152.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.95%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 38 (15.23% from 255) = 25%
R=53.95%
G=21.05%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82323800.610.540.68352.843.8622.35
Hex52202603D36441612c16
Octal1224046075661045415426
Binary10100101000001001100111101110110100010010110000110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522026; }

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

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

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

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

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

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

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

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