Html Css Color HEX #522328 Lonestar

📋 copy color: '#522328'

red 82 ◦ green 35 ◦ blue 40

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

Shades of Lonestar #522328

Tints of Lonestar #522328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.29%

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

R = 52.23%
G = 22.29%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#522328 (or 0x522328) is known color: Lonestar. HEX triplet: 52, 23 and 28. RGB value is (82,35,40). Sum of RGB (Red+Green+Blue) = 82+35+40=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #522328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522328 is #ADDCD7. Grayscale: #313131. Windows color (decimal): -11394264 or 2630482. OLE color: 2630482.

HSL color Cylindrical-coordinate representation of color #522328: hue angle of 353.62º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #522328 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 35 40 -
CMYK 0 0.57 0.51 0.68
HSL 353.62º 0.4% 0.23% -
HSV(B) 353.62º 0.57% 0.32% -
XYZ 4.46 3.15 2.38 -
YUV 49.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 82 35 40 0 0.57 0.51 0.68 353.62 0.4 0.23
Hex 52 23 28 0 39 33 44 162 28 17
Octal 122 43 50 0 71 63 104 542 50 27
Binary 1010010 100011 101000 0 111001 110011 1000100 101100010 101000 10111

Color Harmonies of #522328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522328

Black with #522328

Text Example


Text Example

White with #522328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522328; }

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

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

background-color css

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

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

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

border-color css

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

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

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