Html Css Color HEX #522022 Lonestar

📋 copy color: '#522022'

red 82 ◦ green 32 ◦ blue 34

#522022
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lonestar #522022

Tints of Lonestar #522022

RGB

 RED value IS 82 (32.42% from 255) = 55.41%

 GREEN value IS 32 (12.89% from 255) = 21.62%

 BLUE value IS 34 (13.67% from 255) = 22.97%

R = 55.41%
G = 21.62%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#522022 (or 0x522022) is known color: Lonestar. HEX triplet: 52, 20 and 22. RGB value is (82,32,34). Sum of RGB (Red+Green+Blue) = 82+32+34=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #522022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522022 is #ADDFDD. Grayscale: #2F2F2F. Windows color (decimal): -11395038 or 2236498. OLE color: 2236498.

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

Color convert

RGB 82 32 34 -
CMYK 0 0.61 0.59 0.68
HSL 357.6º 0.44% 0.22% -
HSV(B) 357.6º 0.61% 0.32% -
XYZ 4.28 2.94 1.86 -
YUV 47.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 82 32 34 0 0.61 0.59 0.68 357.6 0.44 0.22
Hex 52 20 22 0 3D 3B 44 166 2C 16
Octal 122 40 42 0 75 73 104 546 54 26
Binary 1010010 100000 100010 0 111101 111011 1000100 101100110 101100 10110

Color Harmonies of #522022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522022

Black with #522022

Text Example


Text Example

White with #522022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522022; }

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

 H1.HeaderClassName
 {
   color: #522022;
 }
 .AnyTagClassName
 {
   color: #522022;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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