#572629

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

Shades of Lonestar #572629

Tints of Lonestar #572629

Color information

#572629 (or 0x572629) is unknown color: approx Lonestar. HEX triplet: 57, 26 and 29. RGB value is (87,38,41). Sum of RGB (Red+Green+Blue) = 87+38+41=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #572629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572629 is #A8D9D6. Grayscale: #353535. Windows color (decimal): -11065815 or 2696791. OLE color: 2696791.

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

Color convert

RGB873841-
CMYK00.560.530.66
HSL356.33º39.2%24.51%-
HSV(B)356.33º56.32%34.12%-
XYZ5.023.572.52-
YUV52.99121.23152.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=52.41%
G=22.89%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87384100.560.530.66356.3339.224.51
Hex57262903835421642719
Octal1274651070651025444731
Binary10101111001101010010111000110101100001010110010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572629; }

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

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

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

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

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

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

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

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