#838B61

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

Shades of Bitter #838B61

Tints of Bitter #838B61

Color information

#838B61 (or 0x838B61) is unknown color: approx Bitter. HEX triplet: 83, 8B and 61. RGB value is (131,139,97). Sum of RGB (Red+Green+Blue) = 131+139+97=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #838B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B61 is #7C749E. Grayscale: #838383. Windows color (decimal): -8156319 or 6392707. OLE color: 6392707.

HSL color Cylindrical-coordinate representation of color #838B61: hue angle of 71.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #838B61 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB13113997-
CMYK0.0600.300.45
HSL71.43º17.8%46.27%-
HSV(B)71.43º30.22%54.51%-
XYZ20.7524.1514.88-
YUV131.82108.35127.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=35.69%
G=37.87%
B=26.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131139970.0600.300.4571.4317.846.27
Hex838B61601E2D47122e
Octal2032131416036551072256
Binary10000011100010111100001110011110101101100011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838B61; }

 p { color: rgb(131,139,97); }

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

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

 a { background-color: rgb(131,139,97); }

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

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

 span { border-color: rgb(131,139,97); }

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