Html Css Color HEX #522528 Lonestar

📋 copy color: '#522528'

red 82 ◦ green 37 ◦ blue 40

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

Shades of Lonestar #522528

Tints of Lonestar #522528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.16%

R = 51.57%
G = 23.27%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#522528 (or 0x522528) is known color: Lonestar. HEX triplet: 52, 25 and 28. RGB value is (82,37,40). Sum of RGB (Red+Green+Blue) = 82+37+40=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #522528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522528 is #ADDAD7. Grayscale: #323232. Windows color (decimal): -11393752 or 2630994. OLE color: 2630994.

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

Color convert

RGB 82 37 40 -
CMYK 0 0.55 0.51 0.68
HSL 356º 0.38% 0.23% -
HSV(B) 356º 0.55% 0.32% -
XYZ 4.52 3.27 2.4 -
YUV 50.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 82 37 40 0 0.55 0.51 0.68 356 0.38 0.23
Hex 52 25 28 0 37 33 44 164 26 17
Octal 122 45 50 0 67 63 104 544 46 27
Binary 1010010 100101 101000 0 110111 110011 1000100 101100100 100110 10111

Color Harmonies of #522528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522528

Black with #522528

Text Example


Text Example

White with #522528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522528; }

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

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

background-color css

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

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

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

border-color css

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

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

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