#838673

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

Shades of Bitter #838673

Tints of Bitter #838673

Color information

#838673 (or 0x838673) is unknown color: approx Bitter. HEX triplet: 83, 86 and 73. RGB value is (131,134,115). Sum of RGB (Red+Green+Blue) = 131+134+115=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #838673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838673 is #7C798C. Grayscale: #838383. Windows color (decimal): -8157581 or 7571075. OLE color: 7571075.

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

Color convert

RGB131134115-
CMYK0.0200.140.47
HSL69.47º7.63%48.82%-
HSV(B)69.47º14.18%52.55%-
XYZ20.9823.1119.58-
YUV130.94119.01128.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.47%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 115 (45.31% from 255) = 30.26%
R=34.47%
G=35.26%
B=30.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341150.0200.140.4769.477.6348.82
Hex83867320E2F45831
Octal2032061632016571051061
Binary10000011100001101110011100111010111110001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838673; }

 p { color: rgb(131,134,115); }

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

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

 a { background-color: rgb(131,134,115); }

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

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

 span { border-color: rgb(131,134,115); }

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