#555722

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

Shades of Saratoga #555722

Tints of Saratoga #555722

Color information

#555722 (or 0x555722) is unknown color: approx Saratoga. HEX triplet: 55, 57 and 22. RGB value is (85,87,34). Sum of RGB (Red+Green+Blue) = 85+87+34=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #555722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555722 is #AAA8DD. Grayscale: #505050. Windows color (decimal): -11184350 or 2250581. OLE color: 2250581.

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

Color convert

RGB858734-
CMYK0.0200.610.66
HSL62.26º43.8%23.73%-
HSV(B)62.26º60.92%34.12%-
XYZ7.448.862.83-
YUV80.36101.84131.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 34 (13.67% from 255) = 16.50%
R=41.26%
G=42.23%
B=16.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587340.0200.610.6662.2643.823.73
Hex555722203D423e2c18
Octal125127422075102765430
Binary10101011010111100010100111101100001011111010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555722; }

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

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

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

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

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

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

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

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