Html Css Color HEX #522527 Lonestar

📋 copy color: '#522527'

red 82 ◦ green 37 ◦ blue 39

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

Shades of Lonestar #522527

Tints of Lonestar #522527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.42%

 BLUE value IS 39 (15.63% from 255) = 24.68%

R = 51.9%
G = 23.42%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#522527 (or 0x522527) is known color: 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

RGB 82 37 39 -
CMYK 0 0.55 0.52 0.68
HSL 357.33º 0.38% 0.23% -
HSV(B) 357.33º 0.55% 0.32% -
XYZ 4.51 3.26 2.31 -
YUV 50.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 82 37 39 0 0.55 0.52 0.68 357.33 0.38 0.23
Hex 52 25 27 0 37 34 44 165 26 17
Octal 122 45 47 0 67 64 104 545 46 27
Binary 1010010 100101 100111 0 110111 110100 1000100 101100101 100110 10111

Color Harmonies of #522527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522527

Black with #522527

Text Example


Text Example

White with #522527

Text Example


Text Example

HTML Codes & Css Web 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>