#555821

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

Shades of Saratoga #555821

Tints of Saratoga #555821

Color information

#555821 (or 0x555821) is unknown color: approx Saratoga. HEX triplet: 55, 58 and 21. RGB value is (85,88,33). Sum of RGB (Red+Green+Blue) = 85+88+33=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #555821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555821 is #AAA7DE. Grayscale: #515151. Windows color (decimal): -11184095 or 2185301. OLE color: 2185301.

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

Color convert

RGB858833-
CMYK0.0300.620.65
HSL63.27º45.45%23.73%-
HSV(B)63.27º62.5%34.51%-
XYZ7.519.022.78-
YUV80.83101.01130.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 88 (34.77% from 255) = 42.72%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=41.26%
G=42.72%
B=16.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588330.0300.620.6563.2745.4523.73
Hex555821303E413f2d18
Octal125130413076101775530
Binary10101011011000100001110111110100000111111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555821; }

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

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

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

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

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

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

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

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