#838764

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

Shades of Bitter #838764

Tints of Bitter #838764

Color information

#838764 (or 0x838764) is unknown color: approx Bitter. HEX triplet: 83, 87 and 64. RGB value is (131,135,100). Sum of RGB (Red+Green+Blue) = 131+135+100=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #838764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838764 is #7C789B. Grayscale: #818181. Windows color (decimal): -8157340 or 6588291. OLE color: 6588291.

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

Color convert

RGB131135100-
CMYK0.0300.260.47
HSL66.86º14.89%46.08%-
HSV(B)66.86º25.93%52.94%-
XYZ20.3223.0715.44-
YUV129.81111.17128.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=35.79%
G=36.89%
B=27.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311351000.0300.260.4766.8614.8946.08
Hex838764301A2F43f2e
Octal2032071443032571031756
Binary100000111000011111001001101101010111110000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838764; }

 p { color: rgb(131,135,100); }

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

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

 a { background-color: rgb(131,135,100); }

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

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

 span { border-color: rgb(131,135,100); }

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