#84895F

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

Shades of Bitter #84895F

Tints of Bitter #84895F

Color information

#84895F (or 0x84895F) is unknown color: approx Bitter. HEX triplet: 84, 89 and 5F. RGB value is (132,137,95). Sum of RGB (Red+Green+Blue) = 132+137+95=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #84895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84895F is #7B76A0. Grayscale: #828282. Windows color (decimal): -8091297 or 6261124. OLE color: 6261124.

HSL color Cylindrical-coordinate representation of color #84895F: hue angle of 67.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84895F is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13213795-
CMYK0.0400.310.46
HSL67.14º18.1%45.49%-
HSV(B)67.14º30.66%53.73%-
XYZ20.5323.6214.3-
YUV130.72107.84128.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=36.26%
G=37.64%
B=26.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132137950.0400.310.4667.1418.145.49
Hex84895F401F2E43122d
Octal2042111374037561032255
Binary10000100100010011011111100011111101110100001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,137,95); }

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

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

 a { background-color: rgb(132,137,95); }

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

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

 span { border-color: rgb(132,137,95); }

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