#585826

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

Shades of Saratoga #585826

Tints of Saratoga #585826

Color information

#585826 (or 0x585826) is unknown color: approx Saratoga. HEX triplet: 58, 58 and 26. RGB value is (88,88,38). Sum of RGB (Red+Green+Blue) = 88+88+38=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585826 is #A7A7D9. Grayscale: #525252. Windows color (decimal): -10987482 or 2512984. OLE color: 2512984.

HSL color Cylindrical-coordinate representation of color #585826: hue angle of 60º 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 #585826 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB888838-
CMYK000.570.65
HSL60º39.68%24.71%-
HSV(B)60º56.82%34.51%-
XYZ7.869.193.19-
YUV82.3103132.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 38 (15.23% from 255) = 17.76%
R=41.12%
G=41.12%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888838000.570.656039.6824.71
Hex5858260039413c2819
Octal130130460071101745031
Binary1011000101100010011000111001100000111110010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585826; }

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

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

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

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

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

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

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

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