#55592C

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

Shades of Saratoga #55592C

Tints of Saratoga #55592C

Color information

#55592C (or 0x55592C) is unknown color: approx Saratoga. HEX triplet: 55, 59 and 2C. RGB value is (85,89,44). Sum of RGB (Red+Green+Blue) = 85+89+44=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #55592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55592C is #AAA6D3. Grayscale: #525252. Windows color (decimal): -11183828 or 2906453. OLE color: 2906453.

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

Color convert

RGB858944-
CMYK0.0400.510.65
HSL65.33º33.83%26.08%-
HSV(B)65.33º50.56%34.9%-
XYZ7.779.263.76-
YUV82.67106.17129.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 44 (17.58% from 255) = 20.18%
R=38.99%
G=40.83%
B=20.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589440.0400.510.6565.3333.8326.08
Hex55592C40334141221a
Octal1251315440631011014232
Binary1010101101100110110010001100111000001100000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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