#555621

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

Shades of Saratoga #555621

Tints of Saratoga #555621

Color information

#555621 (or 0x555621) is unknown color: approx Saratoga. HEX triplet: 55, 56 and 21. RGB value is (85,86,33). Sum of RGB (Red+Green+Blue) = 85+86+33=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #555621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555621 is #AAA9DE. Grayscale: #4F4F4F. Windows color (decimal): -11184607 or 2184789. OLE color: 2184789.

HSL color Cylindrical-coordinate representation of color #555621: hue angle of 61.13º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #555621 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB858633-
CMYK0.0100.620.66
HSL61.13º44.54%23.33%-
HSV(B)61.13º61.63%33.73%-
XYZ7.358.72.73-
YUV79.66101.67131.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 33 (13.28% from 255) = 16.18%
R=41.67%
G=42.16%
B=16.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586330.0100.620.6661.1344.5423.33
Hex555621103E423d2d17
Octal125126411076102755527
Binary1010101101011010000110111110100001011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555621; }

 p { color: rgb(85,86,33); }

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

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

 a { background-color: rgb(85,86,33); }

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

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

 span { border-color: rgb(85,86,33); }

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