#585C2B

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

Shades of Saratoga #585C2B

Tints of Saratoga #585C2B

Color information

#585C2B (or 0x585C2B) is unknown color: approx Saratoga. HEX triplet: 58, 5C and 2B. RGB value is (88,92,43). Sum of RGB (Red+Green+Blue) = 88+92+43=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #585C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585C2B is #A7A3D4. Grayscale: #555555. Windows color (decimal): -10986453 or 2841688. OLE color: 2841688.

HSL color Cylindrical-coordinate representation of color #585C2B: hue angle of 64.9º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #585C2B is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB889243-
CMYK0.0400.530.64
HSL64.9º36.3%26.47%-
HSV(B)64.9º53.26%36.08%-
XYZ8.299.93.76-
YUV85.22104.17129.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 92 (36.33% from 255) = 41.26%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=39.46%
G=41.26%
B=19.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8892430.0400.530.6464.936.326.47
Hex585C2B40354041241a
Octal1301345340651001014432
Binary1011000101110010101110001101011000000100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,92,43); }

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

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

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

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

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

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

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