Html Css Color HEX #80826D Bitter

📋 copy color: '#80826D'

red 128 ◦ green 130 ◦ blue 109

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

Shades of Bitter #80826D

Tints of Bitter #80826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 34.88%
G = 35.42%
B = 29.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#80826D (or 0x80826D) is known color: Bitter. HEX triplet: 80, 82 and 6D. RGB value is (128,130,109). Sum of RGB (Red+Green+Blue) = 128+130+109=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 130 - color contains mainly: green. Hex color #80826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80826D is #7F7D92. Grayscale: #7F7F7F. Windows color (decimal): -8355219 or 7176832. OLE color: 7176832.

HSL color Cylindrical-coordinate representation of color #80826D: hue angle of 65.71º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80826D is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 109 -
CMYK 0.02 0 0.16 0.49
HSL 65.71º 0.09% 0.47% -
HSV(B) 65.71º 0.16% 0.51% -
XYZ 19.65 21.66 17.61 -
YUV 127.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 128 130 109 0.02 0 0.16 0.49 65.71 0.09 0.47
Hex 80 82 6D 2 0 10 31 42 9 2F
Octal 200 202 155 2 0 20 61 102 11 57
Binary 10000000 10000010 1101101 10 0 10000 110001 1000010 1001 101111

Color Harmonies of #80826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80826D

Black with #80826D

Text Example


Text Example

White with #80826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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