#83875D

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

Shades of Bitter #83875D

Tints of Bitter #83875D

Color information

#83875D (or 0x83875D) is unknown color: approx Bitter. HEX triplet: 83, 87 and 5D. RGB value is (131,135,93). Sum of RGB (Red+Green+Blue) = 131+135+93=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #83875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83875D is #7C78A2. Grayscale: #818181. Windows color (decimal): -8157347 or 6129539. OLE color: 6129539.

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

Color convert

RGB13113593-
CMYK0.0300.310.47
HSL65.71º18.42%44.71%-
HSV(B)65.71º31.11%52.94%-
XYZ2022.9413.73-
YUV129.02107.67129.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 135 (53.12% from 255) = 37.60%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=36.49%
G=37.60%
B=25.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131135930.0300.310.4765.7118.4244.71
Hex83875D301F2F42122d
Octal2032071353037571022255
Binary1000001110000111101110111011111101111100001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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