#848760

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

Shades of Bitter #848760

Tints of Bitter #848760

Color information

#848760 (or 0x848760) is unknown color: approx Bitter. HEX triplet: 84, 87 and 60. RGB value is (132,135,96). Sum of RGB (Red+Green+Blue) = 132+135+96=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #848760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848760 is #7B789F. Grayscale: #818181. Windows color (decimal): -8091808 or 6326148. OLE color: 6326148.

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

Color convert

RGB13213596-
CMYK0.0200.290.47
HSL64.62º16.88%45.29%-
HSV(B)64.62º28.89%52.94%-
XYZ20.2923.0814.45-
YUV129.66109.01129.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=36.36%
G=37.19%
B=26.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132135960.0200.290.4764.6216.8845.29
Hex848760201D2F41112d
Octal2042071402035571012155
Binary1000010010000111110000010011101101111100000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848760; }

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

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

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

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

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

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

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

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