#585F36

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

Shades of Saratoga #585F36

Tints of Saratoga #585F36

Color information

#585F36 (or 0x585F36) is unknown color: approx Saratoga. HEX triplet: 58, 5F and 36. RGB value is (88,95,54). Sum of RGB (Red+Green+Blue) = 88+95+54=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 95 - color contains mainly: green. Hex color #585F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F36 is #A7A0C9. Grayscale: #585858. Windows color (decimal): -10985674 or 3563352. OLE color: 3563352.

HSL color Cylindrical-coordinate representation of color #585F36: hue angle of 70.24º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #585F36 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB889554-
CMYK0.0700.430.63
HSL70.24º27.52%29.22%-
HSV(B)70.24º43.16%37.25%-
XYZ8.7810.535.06-
YUV88.23108.68127.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 95 (37.5% from 255) = 40.08%
BLUE value IS 54 (21.48% from 255) = 22.78%
R=37.13%
G=40.08%
B=22.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8895540.0700.430.6370.2427.5229.22
Hex585F36702B3F461c1d
Octal130137667053771063435
Binary10110001011111110110111010101111111110001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585F36; }

 p { color: rgb(88,95,54); }

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

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

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

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

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

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

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