#858763

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

Shades of Bitter #858763

Tints of Bitter #858763

Color information

#858763 (or 0x858763) is unknown color: approx Bitter. HEX triplet: 85, 87 and 63. RGB value is (133,135,99). Sum of RGB (Red+Green+Blue) = 133+135+99=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #858763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858763 is #7A789C. Grayscale: #828282. Windows color (decimal): -8026269 or 6522757. OLE color: 6522757.

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

Color convert

RGB13313599-
CMYK0.0100.270.47
HSL63.33º15.38%45.88%-
HSV(B)63.33º26.67%52.94%-
XYZ20.5923.2215.2-
YUV130.3110.34129.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 99 (39.06% from 255) = 26.98%
R=36.24%
G=36.78%
B=26.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135990.0100.270.4763.3315.3845.88
Hex858763101B2F3ff2e
Octal205207143103357771756
Binary1000010110000111110001110110111011111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858763; }

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

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

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

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

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

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

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

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