#83875B

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

Shades of Bitter #83875B

Tints of Bitter #83875B

Color information

#83875B (or 0x83875B) is unknown color: approx Bitter. HEX triplet: 83, 87 and 5B. RGB value is (131,135,91). Sum of RGB (Red+Green+Blue) = 131+135+91=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #83875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83875B is #7C78A4. Grayscale: #808080. Windows color (decimal): -8157349 or 5998467. OLE color: 5998467.

HSL color Cylindrical-coordinate representation of color #83875B: hue angle of 65.45º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83875B is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13113591-
CMYK0.0300.330.47
HSL65.45º19.47%44.31%-
HSV(B)65.45º32.59%52.94%-
XYZ19.9122.9113.27-
YUV128.79106.67129.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=36.69%
G=37.82%
B=25.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131135910.0300.330.4765.4519.4744.31
Hex83875B30212F41132c
Octal2032071333041571012354
Binary10000011100001111011011110100001101111100000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83875B; }

 p { color: rgb(131,135,91); }

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

<style>
 a { background-color: #83875B; }

 a { background-color: rgb(131,135,91); }

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

<style>
 span { border-color: #83875B; }

 span { border-color: rgb(131,135,91); }

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