#848563

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

Shades of Bitter #848563

Tints of Bitter #848563

Color information

#848563 (or 0x848563) is unknown color: approx Bitter. HEX triplet: 84, 85 and 63. RGB value is (132,133,99). Sum of RGB (Red+Green+Blue) = 132+133+99=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #848563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848563 is #7B7A9C. Grayscale: #808080. Windows color (decimal): -8092317 or 6522244. OLE color: 6522244.

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

Color convert

RGB13213399-
CMYK0.0100.260.48
HSL61.76º14.66%45.49%-
HSV(B)61.76º25.56%52.16%-
XYZ20.1622.5815.1-
YUV128.82111.17130.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 99 (39.06% from 255) = 27.20%
R=36.26%
G=36.54%
B=27.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133990.0100.260.4861.7614.6645.49
Hex848563101A303ef2d
Octal204205143103260761755
Binary1000010010000101110001110110101100001111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848563; }

 p { color: rgb(132,133,99); }

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

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

 a { background-color: rgb(132,133,99); }

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

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

 span { border-color: rgb(132,133,99); }

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