#838675

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

Shades of Bitter #838675

Tints of Bitter #838675

Color information

#838675 (or 0x838675) is unknown color: approx Bitter. HEX triplet: 83, 86 and 75. RGB value is (131,134,117). Sum of RGB (Red+Green+Blue) = 131+134+117=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 134 - color contains mainly: green. Hex color #838675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838675 is #7C798A. Grayscale: #838383. Windows color (decimal): -8157579 or 7702147. OLE color: 7702147.

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

Color convert

RGB131134117-
CMYK0.0200.130.47
HSL70.59º6.77%49.22%-
HSV(B)70.59º12.69%52.55%-
XYZ21.123.1620.19-
YUV131.16120.01127.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=34.29%
G=35.08%
B=30.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341170.0200.130.4770.596.7749.22
Hex83867520D2F47731
Octal203206165201557107761
Binary1000001110000110111010110011011011111000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838675; }

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

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

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

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

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

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

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

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