Html Css Color HEX #80895D Bitter

📋 copy color: '#80895D'

red 128 ◦ green 137 ◦ blue 93

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

Shades of Bitter #80895D

Tints of Bitter #80895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.27%

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 35.75%
G = 38.27%
B = 25.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#80895D (or 0x80895D) is known color: Bitter. HEX triplet: 80, 89 and 5D. RGB value is (128,137,93). Sum of RGB (Red+Green+Blue) = 128+137+93=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #80895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80895D is #7F76A2. Grayscale: #818181. Windows color (decimal): -8353443 or 6130048. OLE color: 6130048.

HSL color Cylindrical-coordinate representation of color #80895D: hue angle of 72.27º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80895D is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 93 -
CMYK 0.07 0 0.32 0.46
HSL 72.27º 0.19% 0.45% -
HSV(B) 72.27º 0.32% 0.54% -
XYZ 19.82 23.27 13.8 -
YUV 129.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 128 137 93 0.07 0 0.32 0.46 72.27 0.19 0.45
Hex 80 89 5D 7 0 20 2E 48 13 2D
Octal 200 211 135 7 0 40 56 110 23 55
Binary 10000000 10001001 1011101 111 0 100000 101110 1001000 10011 101101

Color Harmonies of #80895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80895D

Black with #80895D

Text Example


Text Example

White with #80895D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,137,93); }

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

background-color css

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

 a { background-color: rgb(128,137,93); }

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

border-color css

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

 span { border-color: rgb(128,137,93); }

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