#585A31

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

Shades of Saratoga #585A31

Tints of Saratoga #585A31

Color information

#585A31 (or 0x585A31) is unknown color: approx Saratoga. HEX triplet: 58, 5A and 31. RGB value is (88,90,49). Sum of RGB (Red+Green+Blue) = 88+90+49=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #585A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585A31 is #A7A5CE. Grayscale: #545454. Windows color (decimal): -10986959 or 3234392. OLE color: 3234392.

HSL color Cylindrical-coordinate representation of color #585A31: hue angle of 62.93º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #585A31 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB889049-
CMYK0.0200.460.65
HSL62.93º29.5%27.25%-
HSV(B)62.93º45.56%35.29%-
XYZ8.249.614.33-
YUV84.73107.84130.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=38.77%
G=39.65%
B=21.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8890490.0200.460.6562.9329.527.25
Hex585A31202E413f1d1b
Octal130132612056101773533
Binary1011000101101011000110010111010000011111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,90,49); }

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

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

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

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

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

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

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