Html Css Color HEX #80836F Bitter

📋 copy color: '#80836F'

red 128 ◦ green 131 ◦ blue 111

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

Shades of Bitter #80836F

Tints of Bitter #80836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30%

R = 34.59%
G = 35.41%
B = 30%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#80836F (or 0x80836F) is known color: Bitter. HEX triplet: 80, 83 and 6F. RGB value is (128,131,111). Sum of RGB (Red+Green+Blue) = 128+131+111=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 131 - color contains mainly: green. Hex color #80836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80836F is #7F7C90. Grayscale: #7F7F7F. Windows color (decimal): -8354961 or 7308160. OLE color: 7308160.

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

Color convert

RGB 128 131 111 -
CMYK 0.02 0 0.15 0.49
HSL 69º 0.08% 0.47% -
HSV(B) 69º 0.15% 0.51% -
XYZ 19.89 21.97 18.23 -
YUV 127.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 128 131 111 0.02 0 0.15 0.49 69 0.08 0.47
Hex 80 83 6F 2 0 F 31 45 8 2F
Octal 200 203 157 2 0 17 61 105 10 57
Binary 10000000 10000011 1101111 10 0 1111 110001 1000101 1000 101111

Color Harmonies of #80836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80836F

Black with #80836F

Text Example


Text Example

White with #80836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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