#83895D

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

Shades of Bitter #83895D

Tints of Bitter #83895D

Color information

#83895D (or 0x83895D) is unknown color: approx Bitter. HEX triplet: 83, 89 and 5D. RGB value is (131,137,93). Sum of RGB (Red+Green+Blue) = 131+137+93=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #83895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83895D is #7C76A2. Grayscale: #828282. Windows color (decimal): -8156835 or 6130051. OLE color: 6130051.

HSL color Cylindrical-coordinate representation of color #83895D: hue angle of 68.18º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83895D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB13113793-
CMYK0.0400.320.46
HSL68.18º19.13%45.1%-
HSV(B)68.18º32.12%53.73%-
XYZ20.2823.5113.82-
YUV130.19107.01128.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=36.29%
G=37.95%
B=25.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131137930.0400.320.4668.1819.1345.1
Hex83895D40202E44132d
Octal2032111354040561042355
Binary100000111000100110111011000100000101110100010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,137,93); }

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

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

 a { background-color: rgb(131,137,93); }

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

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

 span { border-color: rgb(131,137,93); }

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