#555920

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

Shades of Saratoga #555920

Tints of Saratoga #555920

Color information

#555920 (or 0x555920) is unknown color: approx Saratoga. HEX triplet: 55, 59 and 20. RGB value is (85,89,32). Sum of RGB (Red+Green+Blue) = 85+89+32=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #555920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555920 is #AAA6DF. Grayscale: #515151. Windows color (decimal): -11183840 or 2120021. OLE color: 2120021.

HSL color Cylindrical-coordinate representation of color #555920: hue angle of 64.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555920 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB858932-
CMYK0.0400.640.65
HSL64.21º47.11%23.73%-
HSV(B)64.21º64.04%34.9%-
XYZ7.589.182.74-
YUV81.31100.17130.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 89 (35.16% from 255) = 43.20%
BLUE value IS 32 (12.89% from 255) = 15.53%
R=41.26%
G=43.20%
B=15.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589320.0400.640.6564.2147.1123.73
Hex555920404041402f18
Octal12513140401001011005730
Binary10101011011001100000100010000001000001100000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555920; }

 p { color: rgb(85,89,32); }

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

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

 a { background-color: rgb(85,89,32); }

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

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

 span { border-color: rgb(85,89,32); }

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