Html Css Color HEX #85896D Bitter

📋 copy color: '#85896D'

red 133 ◦ green 137 ◦ blue 109

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

Shades of Bitter #85896D

Tints of Bitter #85896D

RGB

 RED value IS 133 (52.34% from 255) = 35.09%

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

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

R = 35.09%
G = 36.15%
B = 28.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#85896D (or 0x85896D) is known color: Bitter. HEX triplet: 85, 89 and 6D. RGB value is (133,137,109). Sum of RGB (Red+Green+Blue) = 133+137+109=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 137 - color contains mainly: green. Hex color #85896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85896D is #7A7692. Grayscale: #848484. Windows color (decimal): -8025747 or 7178629. OLE color: 7178629.

HSL color Cylindrical-coordinate representation of color #85896D: hue angle of 68.57º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85896D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 109 -
CMYK 0.03 0 0.20 0.46
HSL 68.57º 0.11% 0.48% -
HSV(B) 68.57º 0.2% 0.54% -
XYZ 21.38 23.98 17.97 -
YUV 132.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 133 137 109 0.03 0 0.20 0.46 68.57 0.11 0.48
Hex 85 89 6D 3 0 14 2E 45 B 30
Octal 205 211 155 3 0 24 56 105 13 60
Binary 10000101 10001001 1101101 11 0 10100 101110 1000101 1011 110000

Color Harmonies of #85896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85896D

Black with #85896D

Text Example


Text Example

White with #85896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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