#585B38

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

Shades of Saratoga #585B38

Tints of Saratoga #585B38

Color information

#585B38 (or 0x585B38) is unknown color: approx Saratoga. HEX triplet: 58, 5B and 38. RGB value is (88,91,56). Sum of RGB (Red+Green+Blue) = 88+91+56=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 91 - color contains mainly: green. Hex color #585B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585B38 is #A7A4C7. Grayscale: #565656. Windows color (decimal): -10986696 or 3693400. OLE color: 3693400.

HSL color Cylindrical-coordinate representation of color #585B38: hue angle of 65.14º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #585B38 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB889156-
CMYK0.0300.380.64
HSL65.14º23.81%28.82%-
HSV(B)65.14º38.46%35.69%-
XYZ8.489.845.19-
YUV86.11111.01129.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 91 (35.94% from 255) = 38.72%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=37.45%
G=38.72%
B=23.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8891560.0300.380.6465.1423.8128.82
Hex585B3830264041181d
Octal1301337030461001013035
Binary10110001011011111000110100110100000010000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,91,56); }

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

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

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

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

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

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

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