Html Css Color HEX #85895F Bitter

📋 copy color: '#85895F'

red 133 ◦ green 137 ◦ blue 95

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

Shades of Bitter #85895F

Tints of Bitter #85895F

RGB

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

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

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

R = 36.44%
G = 37.53%
B = 26.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#85895F (or 0x85895F) is known color: Bitter. HEX triplet: 85, 89 and 5F. RGB value is (133,137,95). Sum of RGB (Red+Green+Blue) = 133+137+95=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #85895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85895F is #7A76A0. Grayscale: #838383. Windows color (decimal): -8025761 or 6261125. OLE color: 6261125.

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

Color convert

RGB 133 137 95 -
CMYK 0.03 0 0.31 0.46
HSL 65.71º 0.18% 0.45% -
HSV(B) 65.71º 0.31% 0.54% -
XYZ 20.68 23.7 14.31 -
YUV 131.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 133 137 95 0.03 0 0.31 0.46 65.71 0.18 0.45
Hex 85 89 5F 3 0 1F 2E 42 12 2D
Octal 205 211 137 3 0 37 56 102 22 55
Binary 10000101 10001001 1011111 11 0 11111 101110 1000010 10010 101101

Color Harmonies of #85895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85895F

Black with #85895F

Text Example


Text Example

White with #85895F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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