#858873

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

Shades of Bitter #858873

Tints of Bitter #858873

Color information

#858873 (or 0x858873) is unknown color: approx Bitter. HEX triplet: 85, 88 and 73. RGB value is (133,136,115). Sum of RGB (Red+Green+Blue) = 133+136+115=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 136 - color contains mainly: green. Hex color #858873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858873 is #7A778C. Grayscale: #848484. Windows color (decimal): -8025997 or 7571589. OLE color: 7571589.

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

Color convert

RGB133136115-
CMYK0.0200.150.47
HSL68.57º8.37%49.22%-
HSV(B)68.57º15.44%53.33%-
XYZ21.5723.8319.68-
YUV132.71118.01128.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=34.64%
G=35.42%
B=29.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331361150.0200.150.4768.578.3749.22
Hex85887320F2F45831
Octal2052101632017571051061
Binary10000101100010001110011100111110111110001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858873; }

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

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

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

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

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

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

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

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