#585926

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

Shades of Saratoga #585926

Tints of Saratoga #585926

Color information

#585926 (or 0x585926) is unknown color: approx Saratoga. HEX triplet: 58, 59 and 26. RGB value is (88,89,38). Sum of RGB (Red+Green+Blue) = 88+89+38=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #585926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585926 is #A7A6D9. Grayscale: #535353. Windows color (decimal): -10987226 or 2513240. OLE color: 2513240.

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

Color convert

RGB888938-
CMYK0.0100.570.65
HSL61.18º40.16%24.9%-
HSV(B)61.18º57.3%34.9%-
XYZ7.959.363.22-
YUV82.89102.67131.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 89 (35.16% from 255) = 41.40%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=40.93%
G=41.40%
B=17.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889380.0100.570.6561.1840.1624.9
Hex5859261039413d2819
Octal130131461071101755031
Binary1011000101100110011010111001100000111110110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585926; }

 p { color: rgb(88,89,38); }

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

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

 a { background-color: rgb(88,89,38); }

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

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

 span { border-color: rgb(88,89,38); }

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