#552428

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

Shades of Lonestar #552428

Tints of Lonestar #552428

Color information

#552428 (or 0x552428) is unknown color: approx Lonestar. HEX triplet: 55, 24 and 28. RGB value is (85,36,40). Sum of RGB (Red+Green+Blue) = 85+36+40=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #552428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552428 is #AADBD7. Grayscale: #333333. Windows color (decimal): -11197400 or 2630741. OLE color: 2630741.

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

Color convert

RGB853640-
CMYK00.580.530.67
HSL355.1º40.5%23.73%-
HSV(B)355.1º57.65%33.33%-
XYZ4.763.352.4-
YUV51.11121.73152.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=52.80%
G=22.36%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85364000.580.530.67355.140.523.73
Hex55242803A35431632818
Octal1254450072651035435030
Binary10101011001001010000111010110101100001110110001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552428; }

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

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

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

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

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

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

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

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