Html Css Color HEX #85895A Bitter

📋 copy color: '#85895A'

red 133 ◦ green 137 ◦ blue 90

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

Shades of Bitter #85895A

Tints of Bitter #85895A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25%

R = 36.94%
G = 38.06%
B = 25%

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

#85895A (or 0x85895A) is known color: Bitter. HEX triplet: 85, 89 and 5A. RGB value is (133,137,90). Sum of RGB (Red+Green+Blue) = 133+137+90=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #85895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85895A is #7A76A5. Grayscale: #828282. Windows color (decimal): -8025766 or 5933445. OLE color: 5933445.

HSL color Cylindrical-coordinate representation of color #85895A: hue angle of 65.11º degrees, saturation: 0.21, 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 #85895A is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 90 -
CMYK 0.03 0 0.34 0.46
HSL 65.11º 0.21% 0.45% -
HSV(B) 65.11º 0.34% 0.54% -
XYZ 20.46 23.62 13.15 -
YUV 130.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 133 137 90 0.03 0 0.34 0.46 65.11 0.21 0.45
Hex 85 89 5A 3 0 22 2E 41 15 2D
Octal 205 211 132 3 0 42 56 101 25 55
Binary 10000101 10001001 1011010 11 0 100010 101110 1000001 10101 101101

Color Harmonies of #85895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85895A

Black with #85895A

Text Example


Text Example

White with #85895A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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