#57262A

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

Shades of Lonestar #57262A

Tints of Lonestar #57262A

Color information

#57262A (or 0x57262A) is unknown color: approx Lonestar. HEX triplet: 57, 26 and 2A. RGB value is (87,38,42). Sum of RGB (Red+Green+Blue) = 87+38+42=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57262A is #A8D9D5. Grayscale: #353535. Windows color (decimal): -11065814 or 2762327. OLE color: 2762327.

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

Color convert

RGB873842-
CMYK00.560.520.66
HSL355.1º39.2%24.51%-
HSV(B)355.1º56.32%34.12%-
XYZ5.043.582.62-
YUV53.11121.73152.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.10%
GREEN value IS 38 (15.23% from 255) = 22.75%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=52.10%
G=22.75%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87384200.560.520.66355.139.224.51
Hex57262A03834421632719
Octal1274652070641025434731
Binary10101111001101010100111000110100100001010110001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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