#838F5C

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

Shades of Bitter #838F5C

Tints of Bitter #838F5C

Color information

#838F5C (or 0x838F5C) is unknown color: approx Bitter. HEX triplet: 83, 8F and 5C. RGB value is (131,143,92). Sum of RGB (Red+Green+Blue) = 131+143+92=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 143 - color contains mainly: green. Hex color #838F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838F5C is #7C70A3. Grayscale: #858585. Windows color (decimal): -8155300 or 6066051. OLE color: 6066051.

HSL color Cylindrical-coordinate representation of color #838F5C: hue angle of 74.12º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #838F5C is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB13114392-
CMYK0.0800.360.44
HSL74.12º21.7%46.08%-
HSV(B)74.12º35.66%56.08%-
XYZ21.1125.2413.88-
YUV133.6104.52126.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 143 (56.25% from 255) = 39.07%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=35.79%
G=39.07%
B=25.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131143920.0800.360.4474.1221.746.08
Hex838F5C80242C4a162e
Octal20321713410044541122656
Binary1000001110001111101110010000100100101100100101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,143,92); }

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

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

 a { background-color: rgb(131,143,92); }

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

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

 span { border-color: rgb(131,143,92); }

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