#585F3A

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

Shades of Saratoga #585F3A

Tints of Saratoga #585F3A

Color information

#585F3A (or 0x585F3A) is unknown color: approx Saratoga. HEX triplet: 58, 5F and 3A. RGB value is (88,95,58). Sum of RGB (Red+Green+Blue) = 88+95+58=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 95 - color contains mainly: green. Hex color #585F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F3A is #A7A0C5. Grayscale: #585858. Windows color (decimal): -10985670 or 3825496. OLE color: 3825496.

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

Color convert

RGB889558-
CMYK0.0700.390.63
HSL71.35º24.18%30%-
HSV(B)71.35º38.95%37.25%-
XYZ8.8810.565.57-
YUV88.69110.68127.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=36.51%
G=39.42%
B=24.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8895580.0700.390.6371.3524.1830
Hex585F3A70273F47181e
Octal130137727047771073036
Binary10110001011111111010111010011111111110001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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