#572729

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

Shades of Lonestar #572729

Tints of Lonestar #572729

Color information

#572729 (or 0x572729) is unknown color: approx Lonestar. HEX triplet: 57, 27 and 29. RGB value is (87,39,41). Sum of RGB (Red+Green+Blue) = 87+39+41=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #572729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572729 is #A8D8D6. Grayscale: #353535. Windows color (decimal): -11065559 or 2697047. OLE color: 2697047.

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

Color convert

RGB873941-
CMYK00.550.530.66
HSL357.5º38.1%24.71%-
HSV(B)357.5º55.17%34.12%-
XYZ5.063.642.53-
YUV53.58120.9151.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.10%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=52.10%
G=23.35%
B=24.55%

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
Decimal87394100.550.530.66357.538.124.71
Hex57272903735421662619
Octal1274751067651025464631
Binary10101111001111010010110111110101100001010110011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572729; }

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

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

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

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

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

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

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

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