#55592D

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

Shades of Saratoga #55592D

Tints of Saratoga #55592D

Color information

#55592D (or 0x55592D) is unknown color: approx Saratoga. HEX triplet: 55, 59 and 2D. RGB value is (85,89,45). Sum of RGB (Red+Green+Blue) = 85+89+45=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #55592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55592D is #AAA6D2. Grayscale: #525252. Windows color (decimal): -11183827 or 2971989. OLE color: 2971989.

HSL color Cylindrical-coordinate representation of color #55592D: hue angle of 65.45º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55592D is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB858945-
CMYK0.0400.490.65
HSL65.45º32.84%26.27%-
HSV(B)65.45º49.44%34.9%-
XYZ7.799.273.86-
YUV82.79106.67129.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=38.81%
G=40.64%
B=20.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589450.0400.490.6565.4532.8426.27
Hex55592D40314141211a
Octal1251315540611011014132
Binary1010101101100110110110001100011000001100000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55592D; }

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

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

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

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

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

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

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

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