Html Css Color HEX #522327 Lonestar

📋 copy color: '#522327'

red 82 ◦ green 35 ◦ blue 39

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

Shades of Lonestar #522327

Tints of Lonestar #522327

RGB

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

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

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

R = 52.56%
G = 22.44%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#522327 (or 0x522327) is known color: Lonestar. HEX triplet: 52, 23 and 27. RGB value is (82,35,39). Sum of RGB (Red+Green+Blue) = 82+35+39=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #522327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522327 is #ADDCD8. Grayscale: #313131. Windows color (decimal): -11394265 or 2564946. OLE color: 2564946.

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

Color convert

RGB 82 35 39 -
CMYK 0 0.57 0.52 0.68
HSL 354.89º 0.4% 0.23% -
HSV(B) 354.89º 0.57% 0.32% -
XYZ 4.45 3.14 2.29 -
YUV 49.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 82 35 39 0 0.57 0.52 0.68 354.89 0.4 0.23
Hex 52 23 27 0 39 34 44 163 28 17
Octal 122 43 47 0 71 64 104 543 50 27
Binary 1010010 100011 100111 0 111001 110100 1000100 101100011 101000 10111

Color Harmonies of #522327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522327

Black with #522327

Text Example


Text Example

White with #522327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522327; }

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

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

background-color css

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

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

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

border-color css

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

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

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