#555625

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

Shades of Saratoga #555625

Tints of Saratoga #555625

Color information

#555625 (or 0x555625) is unknown color: approx Saratoga. HEX triplet: 55, 56 and 25. RGB value is (85,86,37). Sum of RGB (Red+Green+Blue) = 85+86+37=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #555625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555625 is #AAA9DA. Grayscale: #505050. Windows color (decimal): -11184603 or 2446933. OLE color: 2446933.

HSL color Cylindrical-coordinate representation of color #555625: hue angle of 61.22º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #555625 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB858637-
CMYK0.0100.570.66
HSL61.22º39.84%24.12%-
HSV(B)61.22º56.98%33.73%-
XYZ7.418.723.04-
YUV80.11103.67131.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 37 (14.84% from 255) = 17.79%
R=40.87%
G=41.35%
B=17.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586370.0100.570.6661.2239.8424.12
Hex5556251039423d2818
Octal125126451071102755030
Binary1010101101011010010110111001100001011110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555625; }

 p { color: rgb(85,86,37); }

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

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

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

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

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

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

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