#552728

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

Shades of Lonestar #552728

Tints of Lonestar #552728

Color information

#552728 (or 0x552728) is unknown color: approx Lonestar. HEX triplet: 55, 27 and 28. RGB value is (85,39,40). Sum of RGB (Red+Green+Blue) = 85+39+40=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #552728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552728 is #AAD8D7. Grayscale: #343434. Windows color (decimal): -11196632 or 2631509. OLE color: 2631509.

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

Color convert

RGB853940-
CMYK00.540.530.67
HSL358.7º37.1%24.31%-
HSV(B)358.7º54.12%33.33%-
XYZ4.853.542.43-
YUV52.87120.74150.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=51.83%
G=23.78%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85394000.540.530.67358.737.124.31
Hex55272803635431672518
Octal1254750066651035474530
Binary10101011001111010000110110110101100001110110011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552728; }

 p { color: rgb(85,39,40); }

 H1.HeaderClassName
 {
   color: #552728;
 }
 .AnyTagClassName
 {
   color: #552728;
 }
</style>
background-color css

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

 a { background-color: rgb(85,39,40); }

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

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

 span { border-color: rgb(85,39,40); }

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