#575925

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

Shades of Saratoga #575925

Tints of Saratoga #575925

Color information

#575925 (or 0x575925) is unknown color: approx Saratoga. HEX triplet: 57, 59 and 25. RGB value is (87,89,37). Sum of RGB (Red+Green+Blue) = 87+89+37=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #575925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575925 is #A8A6DA. Grayscale: #525252. Windows color (decimal): -11052763 or 2447703. OLE color: 2447703.

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

Color convert

RGB878937-
CMYK0.0200.580.65
HSL62.31º41.27%24.71%-
HSV(B)62.31º58.43%34.9%-
XYZ7.849.33.13-
YUV82.47102.34131.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.85%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=40.85%
G=41.78%
B=17.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789370.0200.580.6562.3141.2724.71
Hex575925203A413e2919
Octal127131452072101765131
Binary10101111011001100101100111010100000111111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575925; }

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

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

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

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

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

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

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

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