#858972

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

Shades of Bitter #858972

Tints of Bitter #858972

Color information

#858972 (or 0x858972) is unknown color: approx Bitter. HEX triplet: 85, 89 and 72. RGB value is (133,137,114). Sum of RGB (Red+Green+Blue) = 133+137+114=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 137 - color contains mainly: green. Hex color #858972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858972 is #7A768D. Grayscale: #858585. Windows color (decimal): -8025742 or 7506309. OLE color: 7506309.

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

Color convert

RGB133137114-
CMYK0.0300.170.46
HSL70.43º9.16%49.22%-
HSV(B)70.43º16.79%53.73%-
XYZ21.6624.0919.43-
YUV133.18117.17127.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 114 (44.92% from 255) = 29.69%
R=34.64%
G=35.68%
B=29.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371140.0300.170.4670.439.1649.22
Hex85897230112E46931
Octal2052111623021561061161
Binary100001011000100111100101101000110111010001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858972; }

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

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

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

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

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

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

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

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