#838561

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

Shades of Bitter #838561

Tints of Bitter #838561

Color information

#838561 (or 0x838561) is unknown color: approx Bitter. HEX triplet: 83, 85 and 61. RGB value is (131,133,97). Sum of RGB (Red+Green+Blue) = 131+133+97=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #838561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838561 is #7C7A9E. Grayscale: #808080. Windows color (decimal): -8157855 or 6391171. OLE color: 6391171.

HSL color Cylindrical-coordinate representation of color #838561: hue angle of 63.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #838561 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13113397-
CMYK0.0200.270.48
HSL63.33º15.65%45.1%-
HSV(B)63.33º27.07%52.16%-
XYZ19.9122.4614.6-
YUV128.3110.34129.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=36.29%
G=36.84%
B=26.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131133970.0200.270.4863.3315.6545.1
Hex838561201B303f102d
Octal203205141203360772055
Binary100000111000010111000011001101111000011111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838561; }

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

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

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

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

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

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

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

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