Html Css Color HEX #80855F Bitter

📋 copy color: '#80855F'

red 128 ◦ green 133 ◦ blue 95

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

Shades of Bitter #80855F

Tints of Bitter #80855F

RGB

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

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

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

R = 35.96%
G = 37.36%
B = 26.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#80855F (or 0x80855F) is known color: Bitter. HEX triplet: 80, 85 and 5F. RGB value is (128,133,95). Sum of RGB (Red+Green+Blue) = 128+133+95=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #80855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80855F is #7F7AA0. Grayscale: #7F7F7F. Windows color (decimal): -8354465 or 6260096. OLE color: 6260096.

HSL color Cylindrical-coordinate representation of color #80855F: hue angle of 67.89º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80855F is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 95 -
CMYK 0.04 0 0.29 0.48
HSL 67.89º 0.17% 0.45% -
HSV(B) 67.89º 0.29% 0.52% -
XYZ 19.36 22.19 14.09 -
YUV 127.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 128 133 95 0.04 0 0.29 0.48 67.89 0.17 0.45
Hex 80 85 5F 4 0 1D 30 44 11 2D
Octal 200 205 137 4 0 35 60 104 21 55
Binary 10000000 10000101 1011111 100 0 11101 110000 1000100 10001 101101

Color Harmonies of #80855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80855F

Black with #80855F

Text Example


Text Example

White with #80855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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