#585C24

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

Shades of Saratoga #585C24

Tints of Saratoga #585C24

Color information

#585C24 (or 0x585C24) is unknown color: approx Saratoga. HEX triplet: 58, 5C and 24. RGB value is (88,92,36). Sum of RGB (Red+Green+Blue) = 88+92+36=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #585C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585C24 is #A7A3DB. Grayscale: #545454. Windows color (decimal): -10986460 or 2382936. OLE color: 2382936.

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

Color convert

RGB889236-
CMYK0.0400.610.64
HSL64.29º43.75%25.1%-
HSV(B)64.29º60.87%36.08%-
XYZ8.179.863.14-
YUV84.42100.67130.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 92 (36.33% from 255) = 42.59%
BLUE value IS 36 (14.45% from 255) = 16.67%
R=40.74%
G=42.59%
B=16.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8892360.0400.610.6464.2943.7525.1
Hex585C24403D40402c19
Octal1301344440751001005431
Binary1011000101110010010010001111011000000100000010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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