#858863

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

Shades of Bitter #858863

Tints of Bitter #858863

Color information

#858863 (or 0x858863) is unknown color: approx Bitter. HEX triplet: 85, 88 and 63. RGB value is (133,136,99). Sum of RGB (Red+Green+Blue) = 133+136+99=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #858863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858863 is #7A779C. Grayscale: #838383. Windows color (decimal): -8026013 or 6523013. OLE color: 6523013.

HSL color Cylindrical-coordinate representation of color #858863: hue angle of 64.86º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #858863 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13313699-
CMYK0.0200.270.47
HSL64.86º15.74%46.08%-
HSV(B)64.86º27.21%53.33%-
XYZ20.7323.515.25-
YUV130.88110.01129.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=36.14%
G=36.96%
B=26.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136990.0200.270.4764.8615.7446.08
Hex858863201B2F41102e
Octal2052101432033571012056
Binary1000010110001000110001110011011101111100000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858863; }

 p { color: rgb(133,136,99); }

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

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

 a { background-color: rgb(133,136,99); }

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

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

 span { border-color: rgb(133,136,99); }

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