Html Css Color HEX #808563 Bitter

📋 copy color: '#808563'

red 128 ◦ green 133 ◦ blue 99

#808563
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter #808563

Tints of Bitter #808563

RGB

 RED value IS 128 (50.39% from 255) = 35.56%

 GREEN value IS 133 (52.34% from 255) = 36.94%

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 35.56%
G = 36.94%
B = 27.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#808563 (or 0x808563) is known color: Bitter. HEX triplet: 80, 85 and 63. RGB value is (128,133,99). Sum of RGB (Red+Green+Blue) = 128+133+99=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #808563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808563 is #7F7A9C. Grayscale: #7F7F7F. Windows color (decimal): -8354461 or 6522240. OLE color: 6522240.

HSL color Cylindrical-coordinate representation of color #808563: hue angle of 68.82º 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 #808563 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 99 -
CMYK 0.04 0 0.26 0.48
HSL 68.82º 0.15% 0.45% -
HSV(B) 68.82º 0.26% 0.52% -
XYZ 19.54 22.27 15.07 -
YUV 127.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 128 133 99 0.04 0 0.26 0.48 68.82 0.15 0.45
Hex 80 85 63 4 0 1A 30 45 F 2D
Octal 200 205 143 4 0 32 60 105 17 55
Binary 10000000 10000101 1100011 100 0 11010 110000 1000101 1111 101101

Color Harmonies of #808563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808563

Black with #808563

Text Example


Text Example

White with #808563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808563; }

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

 H1.HeaderClassName
 {
   color: #808563;
 }
 .AnyTagClassName
 {
   color: #808563;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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