#552326

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

Shades of Lonestar #552326

Tints of Lonestar #552326

Color information

#552326 (or 0x552326) is unknown color: approx Lonestar. HEX triplet: 55, 23 and 26. RGB value is (85,35,38). Sum of RGB (Red+Green+Blue) = 85+35+38=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #552326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552326 is #AADCD9. Grayscale: #323232. Windows color (decimal): -11197658 or 2499413. OLE color: 2499413.

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

Color convert

RGB853538-
CMYK00.590.550.67
HSL356.4º41.67%23.53%-
HSV(B)356.4º58.82%33.33%-
XYZ4.73.272.22-
YUV50.29121.06152.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=53.80%
G=22.15%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85353800.590.550.67356.441.6723.53
Hex55232603B37431642a18
Octal1254346073671035445230
Binary10101011000111001100111011110111100001110110010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552326; }

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

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

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

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

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

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

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

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