Html Css Color HEX #80836E Bitter

📋 copy color: '#80836E'

red 128 ◦ green 131 ◦ blue 110

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

Shades of Bitter #80836E

Tints of Bitter #80836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 34.69%
G = 35.5%
B = 29.81%

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

#80836E (or 0x80836E) is known color: Bitter. HEX triplet: 80, 83 and 6E. RGB value is (128,131,110). Sum of RGB (Red+Green+Blue) = 128+131+110=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 131 - color contains mainly: green. Hex color #80836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80836E is #7F7C91. Grayscale: #7F7F7F. Windows color (decimal): -8354962 or 7242624. OLE color: 7242624.

HSL color Cylindrical-coordinate representation of color #80836E: hue angle of 68.57º 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 #80836E is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 131 110 -
CMYK 0.02 0 0.16 0.49
HSL 68.57º 0.09% 0.47% -
HSV(B) 68.57º 0.16% 0.51% -
XYZ 19.83 21.95 17.94 -
YUV 127.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 128 131 110 0.02 0 0.16 0.49 68.57 0.09 0.47
Hex 80 83 6E 2 0 10 31 45 9 2F
Octal 200 203 156 2 0 20 61 105 11 57
Binary 10000000 10000011 1101110 10 0 10000 110001 1000101 1001 101111

Color Harmonies of #80836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80836E

Black with #80836E

Text Example


Text Example

White with #80836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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