#848875

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

Shades of Bitter #848875

Tints of Bitter #848875

Color information

#848875 (or 0x848875) is unknown color: approx Bitter. HEX triplet: 84, 88 and 75. RGB value is (132,136,117). Sum of RGB (Red+Green+Blue) = 132+136+117=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #848875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848875 is #7B778A. Grayscale: #848484. Windows color (decimal): -8091531 or 7702660. OLE color: 7702660.

HSL color Cylindrical-coordinate representation of color #848875: hue angle of 72.63º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #848875 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB132136117-
CMYK0.0300.140.47
HSL72.63º7.51%49.61%-
HSV(B)72.63º13.97%53.33%-
XYZ21.5323.820.29-
YUV132.64119.17127.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=34.29%
G=35.32%
B=30.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321361170.0300.140.4772.637.5149.61
Hex84887530E2F49832
Octal2042101653016571111062
Binary10000100100010001110101110111010111110010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848875; }

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

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

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

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

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

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

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

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