#562728

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

Shades of Lonestar #562728

Tints of Lonestar #562728

Color information

#562728 (or 0x562728) is unknown color: approx Lonestar. HEX triplet: 56, 27 and 28. RGB value is (86,39,40). Sum of RGB (Red+Green+Blue) = 86+39+40=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #562728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562728 is #A9D8D7. Grayscale: #353535. Windows color (decimal): -11131096 or 2631510. OLE color: 2631510.

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

Color convert

RGB863940-
CMYK00.550.530.66
HSL358.72º37.6%24.51%-
HSV(B)358.72º54.65%33.73%-
XYZ4.953.582.44-
YUV53.17120.57151.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=52.12%
G=23.64%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86394000.550.530.66358.7237.624.51
Hex56272803735421672619
Octal1264750067651025474631
Binary10101101001111010000110111110101100001010110011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562728; }

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

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

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

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

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

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

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

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