#858971

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

Shades of Bitter #858971

Tints of Bitter #858971

Color information

#858971 (or 0x858971) is unknown color: approx Bitter. HEX triplet: 85, 89 and 71. RGB value is (133,137,113). Sum of RGB (Red+Green+Blue) = 133+137+113=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 137 - color contains mainly: green. Hex color #858971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858971 is #7A768E. Grayscale: #858585. Windows color (decimal): -8025743 or 7440773. OLE color: 7440773.

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

Color convert

RGB133137113-
CMYK0.0300.180.46
HSL70º9.6%49.02%-
HSV(B)70º17.52%53.73%-
XYZ21.624.0719.13-
YUV133.07116.67127.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 113 (44.53% from 255) = 29.50%
R=34.73%
G=35.77%
B=29.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371130.0300.180.46709.649.02
Hex85897130122E46a31
Octal2052111613022561061261
Binary100001011000100111100011101001010111010001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858971; }

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

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

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

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

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

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

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

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