Html Css Color HEX #80885F Bitter

📋 copy color: '#80885F'

red 128 ◦ green 136 ◦ blue 95

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

Shades of Bitter #80885F

Tints of Bitter #80885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

 BLUE value IS 95 (37.5% from 255) = 26.46%

R = 35.65%
G = 37.88%
B = 26.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#80885F (or 0x80885F) is known color: Bitter. HEX triplet: 80, 88 and 5F. RGB value is (128,136,95). Sum of RGB (Red+Green+Blue) = 128+136+95=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #80885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80885F is #7F77A0. Grayscale: #818181. Windows color (decimal): -8353697 or 6260864. OLE color: 6260864.

HSL color Cylindrical-coordinate representation of color #80885F: hue angle of 71.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80885F is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 95 -
CMYK 0.06 0 0.30 0.47
HSL 71.71º 0.18% 0.45% -
HSV(B) 71.71º 0.3% 0.53% -
XYZ 19.77 23.02 14.23 -
YUV 128.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 128 136 95 0.06 0 0.30 0.47 71.71 0.18 0.45
Hex 80 88 5F 6 0 1E 2F 48 12 2D
Octal 200 210 137 6 0 36 57 110 22 55
Binary 10000000 10001000 1011111 110 0 11110 101111 1001000 10010 101101

Color Harmonies of #80885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80885F

Black with #80885F

Text Example


Text Example

White with #80885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,136,95); }

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

background-color css

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

 a { background-color: rgb(128,136,95); }

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

border-color css

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

 span { border-color: rgb(128,136,95); }

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