#848762

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

Shades of Bitter #848762

Tints of Bitter #848762

Color information

#848762 (or 0x848762) is unknown color: approx Bitter. HEX triplet: 84, 87 and 62. RGB value is (132,135,98). Sum of RGB (Red+Green+Blue) = 132+135+98=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #848762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848762 is #7B789D. Grayscale: #828282. Windows color (decimal): -8091806 or 6457220. OLE color: 6457220.

HSL color Cylindrical-coordinate representation of color #848762: hue angle of 64.86º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #848762 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13213598-
CMYK0.0200.270.47
HSL64.86º15.88%45.69%-
HSV(B)64.86º27.41%52.94%-
XYZ20.3823.1214.94-
YUV129.88110.01129.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=36.16%
G=36.99%
B=26.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132135980.0200.270.4764.8615.8845.69
Hex848762201B2F41102e
Octal2042071422033571012056
Binary1000010010000111110001010011011101111100000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848762; }

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

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

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

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

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

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

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

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