#83876B

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

Shades of Bitter #83876B

Tints of Bitter #83876B

Color information

#83876B (or 0x83876B) is unknown color: approx Bitter. HEX triplet: 83, 87 and 6B. RGB value is (131,135,107). Sum of RGB (Red+Green+Blue) = 131+135+107=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #83876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83876B is #7C7894. Grayscale: #828282. Windows color (decimal): -8157333 or 7047043. OLE color: 7047043.

HSL color Cylindrical-coordinate representation of color #83876B: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83876B is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB131135107-
CMYK0.0300.210.47
HSL68.57º11.57%47.45%-
HSV(B)68.57º20.74%52.94%-
XYZ20.6823.2117.3-
YUV130.61114.67128.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=35.12%
G=36.19%
B=28.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311351070.0300.210.4768.5711.5747.45
Hex83876B30152F45c2f
Octal2032071533025571051457
Binary100000111000011111010111101010110111110001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83876B; }

 p { color: rgb(131,135,107); }

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

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

 a { background-color: rgb(131,135,107); }

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

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

 span { border-color: rgb(131,135,107); }

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