#85925A

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

Shades of Bitter #85925A

Tints of Bitter #85925A

Color information

#85925A (or 0x85925A) is unknown color: approx Bitter. HEX triplet: 85, 92 and 5A. RGB value is (133,146,90). Sum of RGB (Red+Green+Blue) = 133+146+90=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #85925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85925A is #7A6DA5. Grayscale: #878787. Windows color (decimal): -8023462 or 5935749. OLE color: 5935749.

HSL color Cylindrical-coordinate representation of color #85925A: hue angle of 73.93º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85925A is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB13314690-
CMYK0.0900.380.43
HSL73.93º23.73%46.27%-
HSV(B)73.93º38.36%57.25%-
XYZ21.826.2813.6-
YUV135.73102.19126.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=36.04%
G=39.57%
B=24.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133146900.0900.380.4373.9323.7346.27
Hex85925A90262B4a182e
Octal20522213211046531123056
Binary1000010110010010101101010010100110101011100101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85925A; }

 p { color: rgb(133,146,90); }

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

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

 a { background-color: rgb(133,146,90); }

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

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

 span { border-color: rgb(133,146,90); }

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