#555521

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

Shades of Saratoga #555521

Tints of Saratoga #555521

Color information

#555521 (or 0x555521) is unknown color: approx Saratoga. HEX triplet: 55, 55 and 21. RGB value is (85,85,33). Sum of RGB (Red+Green+Blue) = 85+85+33=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555521 is #AAAADE. Grayscale: #4F4F4F. Windows color (decimal): -11184863 or 2184533. OLE color: 2184533.

HSL color Cylindrical-coordinate representation of color #555521: hue angle of 60º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555521 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB858533-
CMYK000.610.67
HSL60º44.07%23.14%-
HSV(B)60º61.18%33.33%-
XYZ7.278.542.7-
YUV79.07102132.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=41.87%
G=41.87%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858533000.610.676044.0723.14
Hex555521003D433c2c17
Octal125125410075103745427
Binary1010101101010110000100111101100001111110010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555521; }

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

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

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

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

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

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

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

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