#562529

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

Shades of Lonestar #562529

Tints of Lonestar #562529

Color information

#562529 (or 0x562529) is unknown color: approx Lonestar. HEX triplet: 56, 25 and 29. RGB value is (86,37,41). Sum of RGB (Red+Green+Blue) = 86+37+41=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #562529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562529 is #A9DAD6. Grayscale: #343434. Windows color (decimal): -11131607 or 2696534. OLE color: 2696534.

HSL color Cylindrical-coordinate representation of color #562529: hue angle of 355.1º 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 #562529 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB863741-
CMYK00.570.520.66
HSL355.1º39.84%24.12%-
HSV(B)355.1º56.98%33.73%-
XYZ4.93.462.51-
YUV52.11121.73152.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.44%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 41 (16.41% from 255) = 25%
R=52.44%
G=22.56%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86374100.570.520.66355.139.8424.12
Hex56252903934421632818
Octal1264551071641025435030
Binary10101101001011010010111001110100100001010110001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562529; }

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

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

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

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

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

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

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

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