#585825

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

Shades of Saratoga #585825

Tints of Saratoga #585825

Color information

#585825 (or 0x585825) is unknown color: approx Saratoga. HEX triplet: 58, 58 and 25. RGB value is (88,88,37). Sum of RGB (Red+Green+Blue) = 88+88+37=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585825 is #A7A7DA. Grayscale: #525252. Windows color (decimal): -10987483 or 2447448. OLE color: 2447448.

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

Color convert

RGB888837-
CMYK000.580.65
HSL60º40.8%24.51%-
HSV(B)60º57.95%34.51%-
XYZ7.859.193.11-
YUV82.19102.5132.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 88 (34.77% from 255) = 41.31%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=41.31%
G=41.31%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888837000.580.656040.824.51
Hex585825003A413c2919
Octal130130450072101745131
Binary1011000101100010010100111010100000111110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585825; }

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

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

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

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

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

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

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

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