Html Css Color HEX #84885D Bitter

📋 copy color: '#84885D'

red 132 ◦ green 136 ◦ blue 93

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

Shades of Bitter #84885D

Tints of Bitter #84885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 36.57%
G = 37.67%
B = 25.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#84885D (or 0x84885D) is known color: Bitter. HEX triplet: 84, 88 and 5D. RGB value is (132,136,93). Sum of RGB (Red+Green+Blue) = 132+136+93=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #84885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84885D is #7B77A2. Grayscale: #828282. Windows color (decimal): -8091555 or 6129796. OLE color: 6129796.

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

Color convert

RGB 132 136 93 -
CMYK 0.03 0 0.32 0.47
HSL 65.58º 0.19% 0.45% -
HSV(B) 65.58º 0.32% 0.53% -
XYZ 20.3 23.3 13.78 -
YUV 129.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 132 136 93 0.03 0 0.32 0.47 65.58 0.19 0.45
Hex 84 88 5D 3 0 20 2F 42 13 2D
Octal 204 210 135 3 0 40 57 102 23 55
Binary 10000100 10001000 1011101 11 0 100000 101111 1000010 10011 101101

Color Harmonies of #84885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84885D

Black with #84885D

Text Example


Text Example

White with #84885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84885D;
 }
 .AnyTagClassName
 {
   color: #84885D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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