#555837

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

Shades of Saratoga #555837

Tints of Saratoga #555837

Color information

#555837 (or 0x555837) is unknown color: approx Saratoga. HEX triplet: 55, 58 and 37. RGB value is (85,88,55). Sum of RGB (Red+Green+Blue) = 85+88+55=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #555837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555837 is #AAA7C8. Grayscale: #535353. Windows color (decimal): -11184073 or 3627093. OLE color: 3627093.

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

Color convert

RGB858855-
CMYK0.0300.380.65
HSL65.45º23.08%28.04%-
HSV(B)65.45º37.5%34.51%-
XYZ7.939.194.97-
YUV83.34112.01129.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=37.28%
G=38.60%
B=24.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588550.0300.380.6565.4523.0828.04
Hex55583730264141171c
Octal1251306730461011012734
Binary10101011011000110111110100110100000110000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555837; }

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

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

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

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

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

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

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

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