#57272A

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

Shades of Lonestar #57272A

Tints of Lonestar #57272A

Color information

#57272A (or 0x57272A) is unknown color: approx Lonestar. HEX triplet: 57, 27 and 2A. RGB value is (87,39,42). Sum of RGB (Red+Green+Blue) = 87+39+42=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #57272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57272A is #A8D8D5. Grayscale: #353535. Windows color (decimal): -11065558 or 2762583. OLE color: 2762583.

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

Color convert

RGB873942-
CMYK00.550.520.66
HSL356.25º38.1%24.71%-
HSV(B)356.25º55.17%34.12%-
XYZ5.073.642.63-
YUV53.69121.4151.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 42 (16.80% from 255) = 25%
R=51.79%
G=23.21%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87394200.550.520.66356.2538.124.71
Hex57272A03734421642619
Octal1274752067641025444631
Binary10101111001111010100110111110100100001010110010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57272A; }

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

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

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

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

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

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

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

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