#552526

Color #552526 Lonestar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lonestar #552526

Tints of Lonestar #552526

Color information

#552526 (or 0x552526) is unknown color: approx 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

RGB853738-
CMYK00.560.550.67
HSL358.75º39.34%23.92%-
HSV(B)358.75º56.47%33.33%-
XYZ4.763.392.24-
YUV51.47120.4151.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=53.12%
G=23.12%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85373800.560.550.67358.7539.3423.92
Hex55252603837431672718
Octal1254546070671035474730
Binary10101011001011001100111000110111100001110110011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>