Html Css Color HEX #80836D Bitter

📋 copy color: '#80836D'

red 128 ◦ green 131 ◦ blue 109

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

Shades of Bitter #80836D

Tints of Bitter #80836D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.6%

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

R = 34.78%
G = 35.6%
B = 29.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#80836D (or 0x80836D) is known color: Bitter. HEX triplet: 80, 83 and 6D. RGB value is (128,131,109). Sum of RGB (Red+Green+Blue) = 128+131+109=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 131 - color contains mainly: green. Hex color #80836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80836D is #7F7C92. Grayscale: #7F7F7F. Windows color (decimal): -8354963 or 7177088. OLE color: 7177088.

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

Color convert

RGB 128 131 109 -
CMYK 0.02 0 0.17 0.49
HSL 68.18º 0.09% 0.47% -
HSV(B) 68.18º 0.17% 0.51% -
XYZ 19.78 21.93 17.66 -
YUV 127.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 128 131 109 0.02 0 0.17 0.49 68.18 0.09 0.47
Hex 80 83 6D 2 0 11 31 44 9 2F
Octal 200 203 155 2 0 21 61 104 11 57
Binary 10000000 10000011 1101101 10 0 10001 110001 1000100 1001 101111

Color Harmonies of #80836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80836D

Black with #80836D

Text Example


Text Example

White with #80836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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