#586625

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

Shades of Saratoga #586625

Tints of Saratoga #586625

Color information

#586625 (or 0x586625) is unknown color: approx Saratoga. HEX triplet: 58, 66 and 25. RGB value is (88,102,37). Sum of RGB (Red+Green+Blue) = 88+102+37=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #586625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586625 is #A799DA. Grayscale: #5A5A5A. Windows color (decimal): -10983899 or 2451032. OLE color: 2451032.

HSL color Cylindrical-coordinate representation of color #586625: hue angle of 72.92º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #586625 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB8810237-
CMYK0.1400.640.6
HSL72.92º46.76%27.25%-
HSV(B)72.92º63.73%40%-
XYZ9.1111.713.53-
YUV90.497.86126.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 37 (14.84% from 255) = 16.30%
R=38.77%
G=44.93%
B=16.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88102370.1400.640.672.9246.7627.25
Hex586625E0403C492f1b
Octal13014645160100741115733
Binary10110001100110100101111001000000111100100100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586625; }

 p { color: rgb(88,102,37); }

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

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

 a { background-color: rgb(88,102,37); }

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

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

 span { border-color: rgb(88,102,37); }

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