#555835

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

Shades of Saratoga #555835

Tints of Saratoga #555835

Color information

#555835 (or 0x555835) is unknown color: approx Saratoga. HEX triplet: 55, 58 and 35. RGB value is (85,88,53). Sum of RGB (Red+Green+Blue) = 85+88+53=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #555835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555835 is #AAA7CA. Grayscale: #535353. Windows color (decimal): -11184075 or 3496021. OLE color: 3496021.

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

Color convert

RGB858853-
CMYK0.0300.400.65
HSL65.14º24.82%27.65%-
HSV(B)65.14º39.77%34.51%-
XYZ7.889.174.72-
YUV83.11111.01129.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=37.61%
G=38.94%
B=23.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588530.0300.400.6565.1424.8227.65
Hex55583530284141191c
Octal1251306530501011013134
Binary10101011011000110101110101000100000110000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555835; }

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

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

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

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

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

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

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

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