Html Css Color HEX #80856A Bitter

📋 copy color: '#80856A'

red 128 ◦ green 133 ◦ blue 106

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

Shades of Bitter #80856A

Tints of Bitter #80856A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.88%

R = 34.88%
G = 36.24%
B = 28.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#80856A (or 0x80856A) is known color: Bitter. HEX triplet: 80, 85 and 6A. RGB value is (128,133,106). Sum of RGB (Red+Green+Blue) = 128+133+106=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #80856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80856A is #7F7A95. Grayscale: #808080. Windows color (decimal): -8354454 or 6980992. OLE color: 6980992.

HSL color Cylindrical-coordinate representation of color #80856A: hue angle of 71.11º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80856A is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 106 -
CMYK 0.04 0 0.20 0.48
HSL 71.11º 0.11% 0.47% -
HSV(B) 71.11º 0.2% 0.52% -
XYZ 19.89 22.4 16.91 -
YUV 128.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 128 133 106 0.04 0 0.20 0.48 71.11 0.11 0.47
Hex 80 85 6A 4 0 14 30 47 B 2F
Octal 200 205 152 4 0 24 60 107 13 57
Binary 10000000 10000101 1101010 100 0 10100 110000 1000111 1011 101111

Color Harmonies of #80856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80856A

Black with #80856A

Text Example


Text Example

White with #80856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80856A; }

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

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

background-color css

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

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

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

border-color css

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

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

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