#83875A

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

Shades of Bitter #83875A

Tints of Bitter #83875A

Color information

#83875A (or 0x83875A) is unknown color: approx Bitter. HEX triplet: 83, 87 and 5A. RGB value is (131,135,90). Sum of RGB (Red+Green+Blue) = 131+135+90=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 135 - color contains mainly: green. Hex color #83875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83875A is #7C78A5. Grayscale: #808080. Windows color (decimal): -8157350 or 5932931. OLE color: 5932931.

HSL color Cylindrical-coordinate representation of color #83875A: hue angle of 65.33º degrees, saturation: 0.2, 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 #83875A is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13113590-
CMYK0.0300.330.47
HSL65.33º20%44.12%-
HSV(B)65.33º33.33%52.94%-
XYZ19.8722.8913.04-
YUV128.67106.17129.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=36.80%
G=37.92%
B=25.28%

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
Decimal131135900.0300.330.4765.332044.12
Hex83875A30212F41142c
Octal2032071323041571012454
Binary10000011100001111011010110100001101111100000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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