#858760

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

Shades of Bitter #858760

Tints of Bitter #858760

Color information

#858760 (or 0x858760) is unknown color: approx Bitter. HEX triplet: 85, 87 and 60. RGB value is (133,135,96). Sum of RGB (Red+Green+Blue) = 133+135+96=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #858760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858760 is #7A789F. Grayscale: #828282. Windows color (decimal): -8026272 or 6326149. OLE color: 6326149.

HSL color Cylindrical-coordinate representation of color #858760: hue angle of 63.08º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #858760 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13313596-
CMYK0.0100.290.47
HSL63.08º16.88%45.29%-
HSV(B)63.08º28.89%52.94%-
XYZ20.4523.1614.46-
YUV129.96108.84130.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=36.54%
G=37.09%
B=26.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135960.0100.290.4763.0816.8845.29
Hex858760101D2F3f112d
Octal205207140103557772155
Binary10000101100001111100000101110110111111111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858760; }

 p { color: rgb(133,135,96); }

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

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

 a { background-color: rgb(133,135,96); }

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

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

 span { border-color: rgb(133,135,96); }

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