#83856D

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

Shades of Bitter #83856D

Tints of Bitter #83856D

Color information

#83856D (or 0x83856D) is unknown color: approx Bitter. HEX triplet: 83, 85 and 6D. RGB value is (131,133,109). Sum of RGB (Red+Green+Blue) = 131+133+109=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 133 - color contains mainly: green. Hex color #83856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83856D is #7C7A92. Grayscale: #818181. Windows color (decimal): -8157843 or 7177603. OLE color: 7177603.

HSL color Cylindrical-coordinate representation of color #83856D: hue angle of 65º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83856D is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB131133109-
CMYK0.0200.180.48
HSL65º9.92%47.45%-
HSV(B)65º18.05%52.16%-
XYZ20.5122.717.77-
YUV129.67116.34128.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=35.12%
G=35.66%
B=29.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311331090.0200.180.48659.9247.45
Hex83856D20123041a2f
Octal2032051552022601011257
Binary100000111000010111011011001001011000010000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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