#562527

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

Shades of Lonestar #562527

Tints of Lonestar #562527

Color information

#562527 (or 0x562527) is unknown color: approx Lonestar. HEX triplet: 56, 25 and 27. RGB value is (86,37,39). Sum of RGB (Red+Green+Blue) = 86+37+39=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #562527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562527 is #A9DAD8. Grayscale: #333333. Windows color (decimal): -11131609 or 2565462. OLE color: 2565462.

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

Color convert

RGB863739-
CMYK00.570.550.66
HSL357.55º39.84%24.12%-
HSV(B)357.55º56.98%33.73%-
XYZ4.873.452.33-
YUV51.88120.73152.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=53.09%
G=22.84%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86373900.570.550.66357.5539.8424.12
Hex56252703937421662818
Octal1264547071671025465030
Binary10101101001011001110111001110111100001010110011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562527; }

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

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

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

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

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

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

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

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