#808263

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

Shades of Bitter #808263

Tints of Bitter #808263

Color information

#808263 (or 0x808263) is unknown color: approx Bitter. HEX triplet: 80, 82 and 63. RGB value is (128,130,99). Sum of RGB (Red+Green+Blue) = 128+130+99=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #808263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808263 is #7F7D9C. Grayscale: #7D7D7D. Windows color (decimal): -8355229 or 6521472. OLE color: 6521472.

HSL color Cylindrical-coordinate representation of color #808263: hue angle of 63.87º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #808263 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB12813099-
CMYK0.0200.240.49
HSL63.87º13.54%44.9%-
HSV(B)63.87º23.85%50.98%-
XYZ19.1421.4614.94-
YUV125.87112.84129.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=35.85%
G=36.41%
B=27.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128130990.0200.240.4963.8713.5444.9
Hex80826320183140e2d
Octal2002021432030611001655
Binary100000001000001011000111001100011000110000001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808263; }

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

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

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

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

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

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

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

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