#585824

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

Shades of Saratoga #585824

Tints of Saratoga #585824

Color information

#585824 (or 0x585824) is unknown color: approx Saratoga. HEX triplet: 58, 58 and 24. RGB value is (88,88,36). Sum of RGB (Red+Green+Blue) = 88+88+36=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585824 is #A7A7DB. Grayscale: #525252. Windows color (decimal): -10987484 or 2381912. OLE color: 2381912.

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

Color convert

RGB888836-
CMYK000.590.65
HSL60º41.94%24.31%-
HSV(B)60º59.09%34.51%-
XYZ7.839.183.03-
YUV82.07102132.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 88 (34.77% from 255) = 41.51%
BLUE value IS 36 (14.45% from 255) = 16.98%
R=41.51%
G=41.51%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888836000.590.656041.9424.31
Hex585824003B413c2a18
Octal130130440073101745230
Binary1011000101100010010000111011100000111110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585824; }

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

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

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

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

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

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

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

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