#858973

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

Shades of Bitter #858973

Tints of Bitter #858973

Color information

#858973 (or 0x858973) is unknown color: approx Bitter. HEX triplet: 85, 89 and 73. RGB value is (133,137,115). Sum of RGB (Red+Green+Blue) = 133+137+115=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 137 - color contains mainly: green. Hex color #858973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858973 is #7A768C. Grayscale: #858585. Windows color (decimal): -8025741 or 7571845. OLE color: 7571845.

HSL color Cylindrical-coordinate representation of color #858973: hue angle of 70.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #858973 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB133137115-
CMYK0.0300.160.46
HSL70.91º8.73%49.41%-
HSV(B)70.91º16.06%53.73%-
XYZ21.7124.1219.73-
YUV133.3117.67127.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=34.55%
G=35.58%
B=29.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371150.0300.160.4670.918.7349.41
Hex85897330102E47931
Octal2052111633020561071161
Binary100001011000100111100111101000010111010001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858973; }

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

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

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

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

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

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

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

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