#555622

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

Shades of Saratoga #555622

Tints of Saratoga #555622

Color information

#555622 (or 0x555622) is unknown color: approx Saratoga. HEX triplet: 55, 56 and 22. RGB value is (85,86,34). Sum of RGB (Red+Green+Blue) = 85+86+34=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #555622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555622 is #AAA9DD. Grayscale: #4F4F4F. Windows color (decimal): -11184606 or 2250325. OLE color: 2250325.

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

Color convert

RGB858634-
CMYK0.0100.600.66
HSL61.15º43.33%23.53%-
HSV(B)61.15º60.47%33.73%-
XYZ7.368.72.81-
YUV79.77102.17131.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=41.46%
G=41.95%
B=16.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586340.0100.600.6661.1543.3323.53
Hex555622103C423d2b18
Octal125126421074102755330
Binary1010101101011010001010111100100001011110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555622; }

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

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

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

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

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

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

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

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