#555732

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

Shades of Saratoga #555732

Tints of Saratoga #555732

Color information

#555732 (or 0x555732) is unknown color: approx Saratoga. HEX triplet: 55, 57 and 32. RGB value is (85,87,50). Sum of RGB (Red+Green+Blue) = 85+87+50=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 87 - color contains mainly: green. Hex color #555732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555732 is #AAA8CD. Grayscale: #525252. Windows color (decimal): -11184334 or 3299157. OLE color: 3299157.

HSL color Cylindrical-coordinate representation of color #555732: hue angle of 63.24º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #555732 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB858750-
CMYK0.0200.430.66
HSL63.24º27.01%26.86%-
HSV(B)63.24º42.53%34.12%-
XYZ7.738.984.34-
YUV82.18109.84130.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 87 (34.38% from 255) = 39.19%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=38.29%
G=39.19%
B=22.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587500.0200.430.6663.2427.0126.86
Hex555732202B423f1b1b
Octal125127622053102773333
Binary1010101101011111001010010101110000101111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555732; }

 p { color: rgb(85,87,50); }

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

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

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

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

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

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

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