#82876F

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

Shades of Bitter #82876F

Tints of Bitter #82876F

Color information

#82876F (or 0x82876F) is unknown color: approx Bitter. HEX triplet: 82, 87 and 6F. RGB value is (130,135,111). Sum of RGB (Red+Green+Blue) = 130+135+111=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #82876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82876F is #7D7890. Grayscale: #828282. Windows color (decimal): -8222865 or 7309186. OLE color: 7309186.

HSL color Cylindrical-coordinate representation of color #82876F: hue angle of 72.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82876F is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB130135111-
CMYK0.0400.180.47
HSL72.5º9.76%48.24%-
HSV(B)72.5º17.78%52.94%-
XYZ20.7423.2218.43-
YUV130.77116.84127.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.57%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=34.57%
G=35.90%
B=29.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301351110.0400.180.4772.59.7648.24
Hex82876F40122F48a30
Octal2022071574022571101260
Binary1000001010000111110111110001001010111110010001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82876F; }

 p { color: rgb(130,135,111); }

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

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

 a { background-color: rgb(130,135,111); }

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

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

 span { border-color: rgb(130,135,111); }

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