#57601B

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

Shades of Saratoga #57601B

Tints of Saratoga #57601B

Color information

#57601B (or 0x57601B) is unknown color: approx Saratoga. HEX triplet: 57, 60 and 1B. RGB value is (87,96,27). Sum of RGB (Red+Green+Blue) = 87+96+27=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #57601B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57601B is #A89FE4. Grayscale: #555555. Windows color (decimal): -11050981 or 1794135. OLE color: 1794135.

HSL color Cylindrical-coordinate representation of color #57601B: hue angle of 67.83º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57601B is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB879627-
CMYK0.0900.720.62
HSL67.83º56.1%24.12%-
HSV(B)67.83º71.88%37.65%-
XYZ8.3110.472.62-
YUV85.4495.02129.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.43%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 27 (10.94% from 255) = 12.86%
R=41.43%
G=45.71%
B=12.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796270.0900.720.6267.8356.124.12
Hex57601B90483E443818
Octal12714033110110761047030
Binary1010111110000011011100101001000111110100010011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57601B; }

 p { color: rgb(87,96,27); }

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

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

 a { background-color: rgb(87,96,27); }

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

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

 span { border-color: rgb(87,96,27); }

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