#849059

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

Shades of Bitter #849059

Tints of Bitter #849059

Color information

#849059 (or 0x849059) is unknown color: approx Bitter. HEX triplet: 84, 90 and 59. RGB value is (132,144,89). Sum of RGB (Red+Green+Blue) = 132+144+89=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #849059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849059 is #7B6FA6. Grayscale: #868686. Windows color (decimal): -8089511 or 5869700. OLE color: 5869700.

HSL color Cylindrical-coordinate representation of color #849059: hue angle of 73.09º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #849059 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB13214489-
CMYK0.0800.380.44
HSL73.09º23.61%45.69%-
HSV(B)73.09º38.19%56.47%-
XYZ21.2925.5713.27-
YUV134.14102.52126.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 89 (35.16% from 255) = 24.38%
R=36.16%
G=39.45%
B=24.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132144890.0800.380.4473.0923.6145.69
Hex84905980262C49182e
Octal20422013110046541113056
Binary1000010010010000101100110000100110101100100100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849059; }

 p { color: rgb(132,144,89); }

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

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

 a { background-color: rgb(132,144,89); }

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

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

 span { border-color: rgb(132,144,89); }

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