Html Css Color HEX #84895B Bitter

📋 copy color: '#84895B'

red 132 ◦ green 137 ◦ blue 91

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

Shades of Bitter #84895B

Tints of Bitter #84895B

RGB

 RED value IS 132 (51.95% from 255) = 36.67%

 GREEN value IS 137 (53.91% from 255) = 38.06%

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 36.67%
G = 38.06%
B = 25.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#84895B (or 0x84895B) is known color: Bitter. HEX triplet: 84, 89 and 5B. RGB value is (132,137,91). Sum of RGB (Red+Green+Blue) = 132+137+91=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #84895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84895B is #7B76A4. Grayscale: #828282. Windows color (decimal): -8091301 or 5998980. OLE color: 5998980.

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

Color convert

RGB 132 137 91 -
CMYK 0.04 0 0.34 0.46
HSL 66.52º 0.2% 0.45% -
HSV(B) 66.52º 0.34% 0.54% -
XYZ 20.35 23.55 13.37 -
YUV 130.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 132 137 91 0.04 0 0.34 0.46 66.52 0.2 0.45
Hex 84 89 5B 4 0 22 2E 43 14 2D
Octal 204 211 133 4 0 42 56 103 24 55
Binary 10000100 10001001 1011011 100 0 100010 101110 1000011 10100 101101

Color Harmonies of #84895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84895B

Black with #84895B

Text Example


Text Example

White with #84895B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84895B;
 }
 .AnyTagClassName
 {
   color: #84895B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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