#858975

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

Shades of Bitter #858975

Tints of Bitter #858975

Color information

#858975 (or 0x858975) is unknown color: approx Bitter. HEX triplet: 85, 89 and 75. RGB value is (133,137,117). Sum of RGB (Red+Green+Blue) = 133+137+117=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #858975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858975 is #7A768A. Grayscale: #858585. Windows color (decimal): -8025739 or 7702917. OLE color: 7702917.

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

Color convert

RGB133137117-
CMYK0.0300.150.46
HSL72º7.87%49.8%-
HSV(B)72º14.6%53.73%-
XYZ21.8324.1620.34-
YUV133.52118.67127.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=34.37%
G=35.40%
B=30.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371170.0300.150.46727.8749.8
Hex85897530F2E48832
Octal2052111653017561101062
Binary10000101100010011110101110111110111010010001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858975; }

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

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

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

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

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

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

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

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