#85915B

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

Shades of Bitter #85915B

Tints of Bitter #85915B

Color information

#85915B (or 0x85915B) is unknown color: approx Bitter. HEX triplet: 85, 91 and 5B. RGB value is (133,145,91). Sum of RGB (Red+Green+Blue) = 133+145+91=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #85915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85915B is #7A6EA4. Grayscale: #878787. Windows color (decimal): -8023717 or 6001029. OLE color: 6001029.

HSL color Cylindrical-coordinate representation of color #85915B: hue angle of 73.33º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85915B is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB13314591-
CMYK0.0800.370.43
HSL73.33º22.88%46.27%-
HSV(B)73.33º37.24%56.86%-
XYZ21.6925.9913.77-
YUV135.26103.02126.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 91 (35.94% from 255) = 24.66%
R=36.04%
G=39.30%
B=24.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133145910.0800.370.4373.3322.8846.27
Hex85915B80252B49172e
Octal20522113310045531112756
Binary1000010110010001101101110000100101101011100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85915B; }

 p { color: rgb(133,145,91); }

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

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

 a { background-color: rgb(133,145,91); }

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

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

 span { border-color: rgb(133,145,91); }

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