#83866D

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

Shades of Bitter #83866D

Tints of Bitter #83866D

Color information

#83866D (or 0x83866D) is unknown color: approx Bitter. HEX triplet: 83, 86 and 6D. RGB value is (131,134,109). Sum of RGB (Red+Green+Blue) = 131+134+109=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #83866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83866D is #7C7992. Grayscale: #828282. Windows color (decimal): -8157587 or 7177859. OLE color: 7177859.

HSL color Cylindrical-coordinate representation of color #83866D: hue angle of 67.2º degrees, saturation: 0.1, 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 #83866D is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB131134109-
CMYK0.0200.190.47
HSL67.2º10.29%47.65%-
HSV(B)67.2º18.66%52.55%-
XYZ20.6522.9817.82-
YUV130.25116.01128.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=35.03%
G=35.83%
B=29.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341090.0200.190.4767.210.2947.65
Hex83866D20132F43a30
Octal2032061552023571031260
Binary100000111000011011011011001001110111110000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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