#84875F

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

Shades of Bitter #84875F

Tints of Bitter #84875F

Color information

#84875F (or 0x84875F) is unknown color: approx Bitter. HEX triplet: 84, 87 and 5F. RGB value is (132,135,95). Sum of RGB (Red+Green+Blue) = 132+135+95=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #84875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84875F is #7B78A0. Grayscale: #818181. Windows color (decimal): -8091809 or 6260612. OLE color: 6260612.

HSL color Cylindrical-coordinate representation of color #84875F: hue angle of 64.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84875F is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13213595-
CMYK0.0200.300.47
HSL64.5º17.39%45.1%-
HSV(B)64.5º29.63%52.94%-
XYZ20.2523.0614.21-
YUV129.54108.51129.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=36.46%
G=37.29%
B=26.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132135950.0200.300.4764.517.3945.1
Hex84875F201E2F40112d
Octal2042071372036571002155
Binary1000010010000111101111110011110101111100000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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