Html Css Color HEX #552526 Lonestar

📋 copy color: '#552526'

red 85 ◦ green 37 ◦ blue 38

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

Shades of Lonestar #552526

Tints of Lonestar #552526

RGB

 RED value IS 85 (33.59% from 255) = 53.13%

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

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

R = 53.13%
G = 23.13%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#552526 (or 0x552526) is known color: Lonestar. HEX triplet: 55, 25 and 26. RGB value is (85,37,38). Sum of RGB (Red+Green+Blue) = 85+37+38=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #552526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552526 is #AADAD9. Grayscale: #333333. Windows color (decimal): -11197146 or 2499925. OLE color: 2499925.

HSL color Cylindrical-coordinate representation of color #552526: hue angle of 358.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552526 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 38 -
CMYK 0 0.56 0.55 0.67
HSL 358.75º 0.39% 0.24% -
HSV(B) 358.75º 0.56% 0.33% -
XYZ 4.76 3.39 2.24 -
YUV 51.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 85 37 38 0 0.56 0.55 0.67 358.75 0.39 0.24
Hex 55 25 26 0 38 37 43 167 27 18
Octal 125 45 46 0 70 67 103 547 47 30
Binary 1010101 100101 100110 0 111000 110111 1000011 101100111 100111 11000

Color Harmonies of #552526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552526

Black with #552526

Text Example


Text Example

White with #552526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552526; }

 p { color: rgb(85,37,38); }

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

background-color css

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

 a { background-color: rgb(85,37,38); }

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

border-color css

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

 span { border-color: rgb(85,37,38); }

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