#586321

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

Shades of Saratoga #586321

Tints of Saratoga #586321

Color information

#586321 (or 0x586321) is unknown color: approx Saratoga. HEX triplet: 58, 63 and 21. RGB value is (88,99,33). Sum of RGB (Red+Green+Blue) = 88+99+33=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #586321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586321 is #A79CDE. Grayscale: #585858. Windows color (decimal): -10984671 or 2188120. OLE color: 2188120.

HSL color Cylindrical-coordinate representation of color #586321: hue angle of 70º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #586321 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB889933-
CMYK0.1100.670.61
HSL70º50%25.88%-
HSV(B)70º66.67%38.82%-
XYZ8.7611.113.12-
YUV88.1996.86127.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 33 (13.28% from 255) = 15%
R=40%
G=45%
B=15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8899330.1100.670.61705025.88
Hex586321B0433D46321a
Octal13014341130103751066232
Binary10110001100011100001101101000011111101100011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586321; }

 p { color: rgb(88,99,33); }

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

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

 a { background-color: rgb(88,99,33); }

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

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

 span { border-color: rgb(88,99,33); }

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