#555836

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

Shades of Saratoga #555836

Tints of Saratoga #555836

Color information

#555836 (or 0x555836) is unknown color: approx Saratoga. HEX triplet: 55, 58 and 36. RGB value is (85,88,54). Sum of RGB (Red+Green+Blue) = 85+88+54=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 88 - color contains mainly: green. Hex color #555836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555836 is #AAA7C9. Grayscale: #535353. Windows color (decimal): -11184074 or 3561557. OLE color: 3561557.

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

Color convert

RGB858854-
CMYK0.0300.390.65
HSL65.29º23.94%27.84%-
HSV(B)65.29º38.64%34.51%-
XYZ7.99.184.84-
YUV83.23111.51129.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=37.44%
G=38.77%
B=23.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588540.0300.390.6565.2923.9427.84
Hex55583630274141181c
Octal1251306630471011013034
Binary10101011011000110110110100111100000110000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555836; }

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

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

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

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

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

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

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

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