#555838

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

Shades of Saratoga #555838

Tints of Saratoga #555838

Color information

#555838 (or 0x555838) is unknown color: approx Saratoga. HEX triplet: 55, 58 and 38. RGB value is (85,88,56). Sum of RGB (Red+Green+Blue) = 85+88+56=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 88 - color contains mainly: green. Hex color #555838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555838 is #AAA7C7. Grayscale: #535353. Windows color (decimal): -11184072 or 3692629. OLE color: 3692629.

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

Color convert

RGB858856-
CMYK0.0300.360.65
HSL65.62º22.22%28.24%-
HSV(B)65.62º36.36%34.51%-
XYZ7.959.25.1-
YUV83.46112.51129.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=37.12%
G=38.43%
B=24.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588560.0300.360.6565.6222.2228.24
Hex55583830244142161c
Octal1251307030441011022634
Binary10101011011000111000110100100100000110000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555838; }

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

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

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

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

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

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

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

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