#586525

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

Shades of Saratoga #586525

Tints of Saratoga #586525

Color information

#586525 (or 0x586525) is unknown color: approx Saratoga. HEX triplet: 58, 65 and 25. RGB value is (88,101,37). Sum of RGB (Red+Green+Blue) = 88+101+37=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #586525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586525 is #A79ADA. Grayscale: #5A5A5A. Windows color (decimal): -10984155 or 2450776. OLE color: 2450776.

HSL color Cylindrical-coordinate representation of color #586525: hue angle of 72.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #586525 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB8810137-
CMYK0.1300.630.60
HSL72.19º46.38%27.06%-
HSV(B)72.19º63.37%39.61%-
XYZ9.0111.523.5-
YUV89.8298.19126.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.94%
GREEN value IS 101 (39.84% from 255) = 44.69%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=38.94%
G=44.69%
B=16.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88101370.1300.630.6072.1946.3827.06
Hex586525D03F3C482e1b
Octal1301454515077741105633
Binary1011000110010110010111010111111111100100100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586525; }

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

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

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

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

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

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

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

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