#838672

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

Shades of Bitter #838672

Tints of Bitter #838672

Color information

#838672 (or 0x838672) is unknown color: approx Bitter. HEX triplet: 83, 86 and 72. RGB value is (131,134,114). Sum of RGB (Red+Green+Blue) = 131+134+114=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #838672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838672 is #7C798D. Grayscale: #828282. Windows color (decimal): -8157582 or 7505539. OLE color: 7505539.

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

Color convert

RGB131134114-
CMYK0.0200.150.47
HSL69º8.06%48.63%-
HSV(B)69º14.93%52.55%-
XYZ20.9223.0919.27-
YUV130.82118.51128.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=34.56%
G=35.36%
B=30.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341140.0200.150.47698.0648.63
Hex83867220F2F45831
Octal2032061622017571051061
Binary10000011100001101110010100111110111110001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838672; }

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

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

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

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

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

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

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

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