#572628

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

Shades of Lonestar #572628

Tints of Lonestar #572628

Color information

#572628 (or 0x572628) is unknown color: approx Lonestar. HEX triplet: 57, 26 and 28. RGB value is (87,38,40). Sum of RGB (Red+Green+Blue) = 87+38+40=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #572628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572628 is #A8D9D7. Grayscale: #343434. Windows color (decimal): -11065816 or 2631255. OLE color: 2631255.

HSL color Cylindrical-coordinate representation of color #572628: hue angle of 357.55º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #572628 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB873840-
CMYK00.560.540.66
HSL357.55º39.2%24.51%-
HSV(B)357.55º56.32%34.12%-
XYZ5.013.572.43-
YUV52.88120.73152.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=52.73%
G=23.03%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87384000.560.540.66357.5539.224.51
Hex57262803836421662719
Octal1274650070661025464731
Binary10101111001101010000111000110110100001010110011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572628; }

 p { color: rgb(87,38,40); }

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

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

 a { background-color: rgb(87,38,40); }

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

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

 span { border-color: rgb(87,38,40); }

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