Html Css Color HEX #80856D Bitter

📋 copy color: '#80856D'

red 128 ◦ green 133 ◦ blue 109

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

Shades of Bitter #80856D

Tints of Bitter #80856D

RGB

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

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

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

R = 34.59%
G = 35.95%
B = 29.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#80856D (or 0x80856D) is known color: Bitter. HEX triplet: 80, 85 and 6D. RGB value is (128,133,109). Sum of RGB (Red+Green+Blue) = 128+133+109=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #80856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80856D is #7F7A92. Grayscale: #808080. Windows color (decimal): -8354451 or 7177600. OLE color: 7177600.

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

Color convert

RGB 128 133 109 -
CMYK 0.04 0 0.18 0.48
HSL 72.5º 0.1% 0.47% -
HSV(B) 72.5º 0.18% 0.52% -
XYZ 20.05 22.47 17.75 -
YUV 128.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 128 133 109 0.04 0 0.18 0.48 72.5 0.1 0.47
Hex 80 85 6D 4 0 12 30 48 A 2F
Octal 200 205 155 4 0 22 60 110 12 57
Binary 10000000 10000101 1101101 100 0 10010 110000 1001000 1010 101111

Color Harmonies of #80856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80856D

Black with #80856D

Text Example


Text Example

White with #80856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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