#572529

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

Shades of Lonestar #572529

Tints of Lonestar #572529

Color information

#572529 (or 0x572529) is unknown color: approx Lonestar. HEX triplet: 57, 25 and 29. RGB value is (87,37,41). Sum of RGB (Red+Green+Blue) = 87+37+41=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #572529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572529 is #A8DAD6. Grayscale: #343434. Windows color (decimal): -11066071 or 2696535. OLE color: 2696535.

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

Color convert

RGB873741-
CMYK00.570.530.66
HSL355.2º40.32%24.31%-
HSV(B)355.2º57.47%34.12%-
XYZ4.993.512.51-
YUV52.41121.56152.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 41 (16.41% from 255) = 24.85%
R=52.73%
G=22.42%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87374100.570.530.66355.240.3224.31
Hex57252903935421632818
Octal1274551071651025435030
Binary10101111001011010010111001110101100001010110001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572529; }

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

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

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

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

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

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

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

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