#84895D

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

Shades of Bitter #84895D

Tints of Bitter #84895D

Color information

#84895D (or 0x84895D) is unknown color: approx Bitter. HEX triplet: 84, 89 and 5D. RGB value is (132,137,93). Sum of RGB (Red+Green+Blue) = 132+137+93=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #84895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84895D is #7B76A2. Grayscale: #828282. Windows color (decimal): -8091299 or 6130052. OLE color: 6130052.

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

Color convert

RGB13213793-
CMYK0.0400.320.46
HSL66.82º19.13%45.1%-
HSV(B)66.82º32.12%53.73%-
XYZ20.4423.5913.83-
YUV130.49106.84129.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=36.46%
G=37.85%
B=25.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132137930.0400.320.4666.8219.1345.1
Hex84895D40202E43132d
Octal2042111354040561032355
Binary100001001000100110111011000100000101110100001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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