#83886D

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

Shades of Bitter #83886D

Tints of Bitter #83886D

Color information

#83886D (or 0x83886D) is unknown color: approx Bitter. HEX triplet: 83, 88 and 6D. RGB value is (131,136,109). Sum of RGB (Red+Green+Blue) = 131+136+109=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #83886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83886D is #7C7792. Grayscale: #838383. Windows color (decimal): -8157075 or 7178371. OLE color: 7178371.

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

Color convert

RGB131136109-
CMYK0.0400.200.47
HSL71.11º11.02%48.04%-
HSV(B)71.11º19.85%53.33%-
XYZ20.9223.5417.91-
YUV131.43115.34127.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=34.84%
G=36.17%
B=28.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311361090.0400.200.4771.1111.0248.04
Hex83886D40142F47b30
Octal2032101554024571071360
Binary1000001110001000110110110001010010111110001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83886D; }

 p { color: rgb(131,136,109); }

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

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

 a { background-color: rgb(131,136,109); }

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

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

 span { border-color: rgb(131,136,109); }

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