#576125

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

Shades of Saratoga #576125

Tints of Saratoga #576125

Color information

#576125 (or 0x576125) is unknown color: approx Saratoga. HEX triplet: 57, 61 and 25. RGB value is (87,97,37). Sum of RGB (Red+Green+Blue) = 87+97+37=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #576125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576125 is #A89EDA. Grayscale: #575757. Windows color (decimal): -11050715 or 2449751. OLE color: 2449751.

HSL color Cylindrical-coordinate representation of color #576125: hue angle of 70º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #576125 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB879737-
CMYK0.1000.620.62
HSL70º44.78%26.27%-
HSV(B)70º61.86%38.04%-
XYZ8.5410.713.37-
YUV87.1799.69127.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.37%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=39.37%
G=43.89%
B=16.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8797370.1000.620.627044.7826.27
Hex576125A03E3E462d1a
Octal1271414512076761065532
Binary1010111110000110010110100111110111110100011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576125; }

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

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

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

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

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

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

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

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