#808463

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

Shades of Bitter #808463

Tints of Bitter #808463

Color information

#808463 (or 0x808463) is unknown color: approx Bitter. HEX triplet: 80, 84 and 63. RGB value is (128,132,99). Sum of RGB (Red+Green+Blue) = 128+132+99=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #808463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808463 is #7F7B9C. Grayscale: #7F7F7F. Windows color (decimal): -8354717 or 6521984. OLE color: 6521984.

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

Color convert

RGB12813299-
CMYK0.0300.250.48
HSL67.27º14.29%45.29%-
HSV(B)67.27º25%51.76%-
XYZ19.4121.9915.03-
YUV127.04112.17128.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 99 (39.06% from 255) = 27.58%
R=35.65%
G=36.77%
B=27.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128132990.0300.250.4867.2714.2945.29
Hex80846330193043e2d
Octal2002041433031601031655
Binary100000001000010011000111101100111000010000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808463; }

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

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

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

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

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

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

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

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