#82886E

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

Shades of Bitter #82886E

Tints of Bitter #82886E

Color information

#82886E (or 0x82886E) is unknown color: approx Bitter. HEX triplet: 82, 88 and 6E. RGB value is (130,136,110). Sum of RGB (Red+Green+Blue) = 130+136+110=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #82886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82886E is #7D7791. Grayscale: #838383. Windows color (decimal): -8222610 or 7243906. OLE color: 7243906.

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

Color convert

RGB130136110-
CMYK0.0400.190.47
HSL73.85º10.57%48.24%-
HSV(B)73.85º19.12%53.33%-
XYZ20.8223.4818.19-
YUV131.24116.01127.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.57%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=34.57%
G=36.17%
B=29.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301361100.0400.190.4773.8510.5748.24
Hex82886E40132F4ab30
Octal2022101564023571121360
Binary1000001010001000110111010001001110111110010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82886E; }

 p { color: rgb(130,136,110); }

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

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

 a { background-color: rgb(130,136,110); }

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

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

 span { border-color: rgb(130,136,110); }

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