#57591E

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

Shades of Saratoga #57591E

Tints of Saratoga #57591E

Color information

#57591E (or 0x57591E) is unknown color: approx Saratoga. HEX triplet: 57, 59 and 1E. RGB value is (87,89,30). Sum of RGB (Red+Green+Blue) = 87+89+30=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #57591E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57591E is #A8A6E1. Grayscale: #515151. Windows color (decimal): -11052770 or 1988951. OLE color: 1988951.

HSL color Cylindrical-coordinate representation of color #57591E: hue angle of 62.03º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57591E is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB878930-
CMYK0.0200.660.65
HSL62.03º49.58%23.33%-
HSV(B)62.03º66.29%34.9%-
XYZ7.749.262.61-
YUV81.6898.84131.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 89 (35.16% from 255) = 43.20%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=42.23%
G=43.20%
B=14.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789300.0200.660.6562.0349.5823.33
Hex57591E2042413e3217
Octal1271313620102101766227
Binary10101111011001111101001000010100000111111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57591E; }

 p { color: rgb(87,89,30); }

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

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

 a { background-color: rgb(87,89,30); }

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

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

 span { border-color: rgb(87,89,30); }

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