#838A5F

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

Shades of Bitter #838A5F

Tints of Bitter #838A5F

Color information

#838A5F (or 0x838A5F) is unknown color: approx Bitter. HEX triplet: 83, 8A and 5F. RGB value is (131,138,95). Sum of RGB (Red+Green+Blue) = 131+138+95=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #838A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A5F is #7C75A0. Grayscale: #838383. Windows color (decimal): -8156577 or 6261379. OLE color: 6261379.

HSL color Cylindrical-coordinate representation of color #838A5F: hue angle of 69.77º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #838A5F is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13113895-
CMYK0.0500.310.46
HSL69.77º18.45%45.69%-
HSV(B)69.77º31.16%54.12%-
XYZ20.5123.8314.34-
YUV131107.68128-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 138 (54.30% from 255) = 37.91%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=35.99%
G=37.91%
B=26.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131138950.0500.310.4669.7718.4545.69
Hex838A5F501F2E46122e
Octal2032121375037561062256
Binary10000011100010101011111101011111101110100011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,138,95); }

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

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

 a { background-color: rgb(131,138,95); }

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

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

 span { border-color: rgb(131,138,95); }

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