Html Css Color HEX #85895B Bitter

📋 copy color: '#85895B'

red 133 ◦ green 137 ◦ blue 91

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

Shades of Bitter #85895B

Tints of Bitter #85895B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 36.84%
G = 37.95%
B = 25.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#85895B (or 0x85895B) is known color: Bitter. HEX triplet: 85, 89 and 5B. RGB value is (133,137,91). Sum of RGB (Red+Green+Blue) = 133+137+91=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #85895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85895B is #7A76A4. Grayscale: #828282. Windows color (decimal): -8025765 or 5998981. OLE color: 5998981.

HSL color Cylindrical-coordinate representation of color #85895B: hue angle of 65.22º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85895B is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 91 -
CMYK 0.03 0 0.34 0.46
HSL 65.22º 0.2% 0.45% -
HSV(B) 65.22º 0.34% 0.54% -
XYZ 20.51 23.63 13.38 -
YUV 130.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 133 137 91 0.03 0 0.34 0.46 65.22 0.2 0.45
Hex 85 89 5B 3 0 22 2E 41 14 2D
Octal 205 211 133 3 0 42 56 101 24 55
Binary 10000101 10001001 1011011 11 0 100010 101110 1000001 10100 101101

Color Harmonies of #85895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85895B

Black with #85895B

Text Example


Text Example

White with #85895B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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