#83865F

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

Shades of Bitter #83865F

Tints of Bitter #83865F

Color information

#83865F (or 0x83865F) is unknown color: approx Bitter. HEX triplet: 83, 86 and 5F. RGB value is (131,134,95). Sum of RGB (Red+Green+Blue) = 131+134+95=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #83865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83865F is #7C79A0. Grayscale: #808080. Windows color (decimal): -8157601 or 6260355. OLE color: 6260355.

HSL color Cylindrical-coordinate representation of color #83865F: hue angle of 64.62º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83865F is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13113495-
CMYK0.0200.290.47
HSL64.62º17.03%44.9%-
HSV(B)64.62º29.1%52.55%-
XYZ19.9522.714.16-
YUV128.66109.01129.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 134 (52.73% from 255) = 37.22%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=36.39%
G=37.22%
B=26.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131134950.0200.290.4764.6217.0344.9
Hex83865F201D2F41112d
Octal2032061372035571012155
Binary1000001110000110101111110011101101111100000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83865F; }

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

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

<style>
 a { background-color: #83865F; }

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

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

<style>
 span { border-color: #83865F; }

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

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