#848873

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

Shades of Bitter #848873

Tints of Bitter #848873

Color information

#848873 (or 0x848873) is unknown color: approx Bitter. HEX triplet: 84, 88 and 73. RGB value is (132,136,115). Sum of RGB (Red+Green+Blue) = 132+136+115=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 136 - color contains mainly: green. Hex color #848873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848873 is #7B778C. Grayscale: #848484. Windows color (decimal): -8091533 or 7571588. OLE color: 7571588.

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

Color convert

RGB132136115-
CMYK0.0300.150.47
HSL71.43º8.37%49.22%-
HSV(B)71.43º15.44%53.33%-
XYZ21.4123.7519.68-
YUV132.41118.17127.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.46%
GREEN value IS 136 (53.52% from 255) = 35.51%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=34.46%
G=35.51%
B=30.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321361150.0300.150.4771.438.3749.22
Hex84887330F2F47831
Octal2042101633017571071061
Binary10000100100010001110011110111110111110001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848873; }

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

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

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

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

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

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

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

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