Html Css Color HEX #80856B Bitter

📋 copy color: '#80856B'

red 128 ◦ green 133 ◦ blue 107

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

Shades of Bitter #80856B

Tints of Bitter #80856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.08%

R = 34.78%
G = 36.14%
B = 29.08%

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

#80856B (or 0x80856B) is known color: Bitter. HEX triplet: 80, 85 and 6B. RGB value is (128,133,107). Sum of RGB (Red+Green+Blue) = 128+133+107=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #80856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80856B is #7F7A94. Grayscale: #808080. Windows color (decimal): -8354453 or 7046528. OLE color: 7046528.

HSL color Cylindrical-coordinate representation of color #80856B: hue angle of 71.54º 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 #80856B is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 107 -
CMYK 0.04 0 0.20 0.48
HSL 71.54º 0.11% 0.47% -
HSV(B) 71.54º 0.2% 0.52% -
XYZ 19.94 22.43 17.19 -
YUV 128.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 128 133 107 0.04 0 0.20 0.48 71.54 0.11 0.47
Hex 80 85 6B 4 0 14 30 48 B 2F
Octal 200 205 153 4 0 24 60 110 13 57
Binary 10000000 10000101 1101011 100 0 10100 110000 1001000 1011 101111

Color Harmonies of #80856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80856B

Black with #80856B

Text Example


Text Example

White with #80856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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