Html Css Color HEX #84875B Bitter

📋 copy color: '#84875B'

red 132 ◦ green 135 ◦ blue 91

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

Shades of Bitter #84875B

Tints of Bitter #84875B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

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

R = 36.87%
G = 37.71%
B = 25.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#84875B (or 0x84875B) is known color: Bitter. HEX triplet: 84, 87 and 5B. RGB value is (132,135,91). Sum of RGB (Red+Green+Blue) = 132+135+91=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #84875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84875B is #7B78A4. Grayscale: #818181. Windows color (decimal): -8091813 or 5998468. OLE color: 5998468.

HSL color Cylindrical-coordinate representation of color #84875B: hue angle of 64.09º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84875B is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 135 91 -
CMYK 0.02 0 0.33 0.47
HSL 64.09º 0.19% 0.44% -
HSV(B) 64.09º 0.33% 0.53% -
XYZ 20.07 22.99 13.28 -
YUV 129.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 132 135 91 0.02 0 0.33 0.47 64.09 0.19 0.44
Hex 84 87 5B 2 0 21 2F 40 13 2C
Octal 204 207 133 2 0 41 57 100 23 54
Binary 10000100 10000111 1011011 10 0 100001 101111 1000000 10011 101100

Color Harmonies of #84875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84875B

Black with #84875B

Text Example


Text Example

White with #84875B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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