#57591D

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

Shades of Saratoga #57591D

Tints of Saratoga #57591D

Color information

#57591D (or 0x57591D) is unknown color: approx Saratoga. HEX triplet: 57, 59 and 1D. RGB value is (87,89,29). Sum of RGB (Red+Green+Blue) = 87+89+29=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #57591D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57591D is #A8A6E2. Grayscale: #515151. Windows color (decimal): -11052771 or 1923415. OLE color: 1923415.

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

Color convert

RGB878929-
CMYK0.0200.670.65
HSL62º50.85%23.14%-
HSV(B)62º67.42%34.9%-
XYZ7.729.262.54-
YUV81.5698.34131.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 29 (11.72% from 255) = 14.15%
R=42.44%
G=43.41%
B=14.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789290.0200.670.656250.8523.14
Hex57591D2043413e3317
Octal1271313520103101766327
Binary10101111011001111011001000011100000111111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57591D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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