#57591F

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

Shades of Saratoga #57591F

Tints of Saratoga #57591F

Color information

#57591F (or 0x57591F) is unknown color: approx Saratoga. HEX triplet: 57, 59 and 1F. RGB value is (87,89,31). Sum of RGB (Red+Green+Blue) = 87+89+31=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #57591F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57591F is #A8A6E0. Grayscale: #525252. Windows color (decimal): -11052769 or 2054487. OLE color: 2054487.

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

Color convert

RGB878931-
CMYK0.0200.650.65
HSL62.07º48.33%23.53%-
HSV(B)62.07º65.17%34.9%-
XYZ7.759.272.68-
YUV81.7999.34131.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.03%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=42.03%
G=43.00%
B=14.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789310.0200.650.6562.0748.3323.53
Hex57591F2041413e3018
Octal1271313720101101766030
Binary10101111011001111111001000001100000111111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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