Html Css Color HEX #522729 Lonestar

📋 copy color: '#522729'

red 82 ◦ green 39 ◦ blue 41

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

Shades of Lonestar #522729

Tints of Lonestar #522729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.07%

 BLUE value IS 41 (16.41% from 255) = 25.31%

R = 50.62%
G = 24.07%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#522729 (or 0x522729) is known color: Lonestar. HEX triplet: 52, 27 and 29. RGB value is (82,39,41). Sum of RGB (Red+Green+Blue) = 82+39+41=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #522729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522729 is #ADD8D6. Grayscale: #343434. Windows color (decimal): -11393239 or 2697042. OLE color: 2697042.

HSL color Cylindrical-coordinate representation of color #522729: hue angle of 357.21º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #522729 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 39 41 -
CMYK 0 0.52 0.50 0.68
HSL 357.21º 0.36% 0.24% -
HSV(B) 357.21º 0.52% 0.32% -
XYZ 4.61 3.4 2.51 -
YUV 52.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 82 39 41 0 0.52 0.50 0.68 357.21 0.36 0.24
Hex 52 27 29 0 34 32 44 165 24 18
Octal 122 47 51 0 64 62 104 545 44 30
Binary 1010010 100111 101001 0 110100 110010 1000100 101100101 100100 11000

Color Harmonies of #522729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522729

Black with #522729

Text Example


Text Example

White with #522729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522729; }

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

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

background-color css

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

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

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

border-color css

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

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

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