#83886A

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

Shades of Bitter #83886A

Tints of Bitter #83886A

Color information

#83886A (or 0x83886A) is unknown color: approx Bitter. HEX triplet: 83, 88 and 6A. RGB value is (131,136,106). Sum of RGB (Red+Green+Blue) = 131+136+106=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #83886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83886A is #7C7795. Grayscale: #838383. Windows color (decimal): -8157078 or 6981763. OLE color: 6981763.

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

Color convert

RGB131136106-
CMYK0.0400.220.47
HSL70º12.4%47.45%-
HSV(B)70º22.06%53.33%-
XYZ20.7723.4717.07-
YUV131.08113.84127.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=35.12%
G=36.46%
B=28.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311361060.0400.220.477012.447.45
Hex83886A40162F46c2f
Octal2032101524026571061457
Binary1000001110001000110101010001011010111110001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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