Html Css Color HEX #522326 Lonestar

📋 copy color: '#522326'

red 82 ◦ green 35 ◦ blue 38

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

Shades of Lonestar #522326

Tints of Lonestar #522326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 52.9%
G = 22.58%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#522326 (or 0x522326) is known color: Lonestar. HEX triplet: 52, 23 and 26. RGB value is (82,35,38). Sum of RGB (Red+Green+Blue) = 82+35+38=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #522326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522326 is #ADDCD9. Grayscale: #313131. Windows color (decimal): -11394266 or 2499410. OLE color: 2499410.

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

Color convert

RGB 82 35 38 -
CMYK 0 0.57 0.54 0.68
HSL 356.17º 0.4% 0.23% -
HSV(B) 356.17º 0.57% 0.32% -
XYZ 4.43 3.14 2.21 -
YUV 49.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 82 35 38 0 0.57 0.54 0.68 356.17 0.4 0.23
Hex 52 23 26 0 39 36 44 164 28 17
Octal 122 43 46 0 71 66 104 544 50 27
Binary 1010010 100011 100110 0 111001 110110 1000100 101100100 101000 10111

Color Harmonies of #522326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522326

Black with #522326

Text Example


Text Example

White with #522326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522326; }

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

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

background-color css

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

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

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

border-color css

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

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

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