#838771

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

Shades of Bitter #838771

Tints of Bitter #838771

Color information

#838771 (or 0x838771) is unknown color: approx Bitter. HEX triplet: 83, 87 and 71. RGB value is (131,135,113). Sum of RGB (Red+Green+Blue) = 131+135+113=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #838771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838771 is #7C788E. Grayscale: #838383. Windows color (decimal): -8157327 or 7440259. OLE color: 7440259.

HSL color Cylindrical-coordinate representation of color #838771: hue angle of 70.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #838771 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB131135113-
CMYK0.0300.160.47
HSL70.91º8.87%48.63%-
HSV(B)70.91º16.3%52.94%-
XYZ2123.3519.02-
YUV131.3117.67127.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=34.56%
G=35.62%
B=29.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311351130.0300.160.4770.918.8748.63
Hex83877130102F47931
Octal2032071613020571071161
Binary100000111000011111100011101000010111110001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838771; }

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

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

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

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

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

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

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

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