Html Css Color HEX #84895D Bitter

📋 copy color: '#84895D'

red 132 ◦ green 137 ◦ blue 93

#84895D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter #84895D

Tints of Bitter #84895D

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 value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#84895D (or 0x84895D) is known color: 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

RGB 132 137 93 -
CMYK 0.04 0 0.32 0.46
HSL 66.82º 0.19% 0.45% -
HSV(B) 66.82º 0.32% 0.54% -
XYZ 20.44 23.59 13.83 -
YUV 130.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 132 137 93 0.04 0 0.32 0.46 66.82 0.19 0.45
Hex 84 89 5D 4 0 20 2E 43 13 2D
Octal 204 211 135 4 0 40 56 103 23 55
Binary 10000100 10001001 1011101 100 0 100000 101110 1000011 10011 101101

Color Harmonies of #84895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84895D

Black with #84895D

Text Example


Text Example

White with #84895D

Text Example


Text Example

HTML Codes & Css Web 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>