#85885F

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

Shades of Bitter #85885F

Tints of Bitter #85885F

Color information

#85885F (or 0x85885F) is unknown color: approx Bitter. HEX triplet: 85, 88 and 5F. RGB value is (133,136,95). Sum of RGB (Red+Green+Blue) = 133+136+95=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #85885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85885F is #7A77A0. Grayscale: #828282. Windows color (decimal): -8026017 or 6260869. OLE color: 6260869.

HSL color Cylindrical-coordinate representation of color #85885F: hue angle of 64.39º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85885F is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13313695-
CMYK0.0200.300.47
HSL64.39º17.75%45.29%-
HSV(B)64.39º30.15%53.33%-
XYZ20.5423.4214.26-
YUV130.43108.01129.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=36.54%
G=37.36%
B=26.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136950.0200.300.4764.3917.7545.29
Hex85885F201E2F40122d
Octal2052101372036571002255
Binary1000010110001000101111110011110101111100000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85885F; }

 p { color: rgb(133,136,95); }

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

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

 a { background-color: rgb(133,136,95); }

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

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

 span { border-color: rgb(133,136,95); }

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