#838761

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

Shades of Bitter #838761

Tints of Bitter #838761

Color information

#838761 (or 0x838761) is unknown color: approx Bitter. HEX triplet: 83, 87 and 61. RGB value is (131,135,97). Sum of RGB (Red+Green+Blue) = 131+135+97=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #838761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838761 is #7C789E. Grayscale: #818181. Windows color (decimal): -8157343 or 6391683. OLE color: 6391683.

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

Color convert

RGB13113597-
CMYK0.0300.280.47
HSL66.32º16.38%45.49%-
HSV(B)66.32º28.15%52.94%-
XYZ20.1823.0214.69-
YUV129.47109.67129.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=36.09%
G=37.19%
B=26.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131135970.0300.280.4766.3216.3845.49
Hex838761301C2F42102d
Octal2032071413034571022055
Binary1000001110000111110000111011100101111100001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838761; }

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

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

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

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

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

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

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

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