Html Css Color HEX #85875F Bitter

📋 copy color: '#85875F'

red 133 ◦ green 135 ◦ blue 95

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

Shades of Bitter #85875F

Tints of Bitter #85875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.19%

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

R = 36.64%
G = 37.19%
B = 26.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#85875F (or 0x85875F) is known color: Bitter. HEX triplet: 85, 87 and 5F. RGB value is (133,135,95). Sum of RGB (Red+Green+Blue) = 133+135+95=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #85875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85875F is #7A78A0. Grayscale: #818181. Windows color (decimal): -8026273 or 6260613. OLE color: 6260613.

HSL color Cylindrical-coordinate representation of color #85875F: hue angle of 63º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85875F is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 135 95 -
CMYK 0.01 0 0.30 0.47
HSL 63º 0.17% 0.45% -
HSV(B) 63º 0.3% 0.53% -
XYZ 20.4 23.14 14.22 -
YUV 129.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 133 135 95 0.01 0 0.30 0.47 63 0.17 0.45
Hex 85 87 5F 1 0 1E 2F 3F 11 2D
Octal 205 207 137 1 0 36 57 77 21 55
Binary 10000101 10000111 1011111 1 0 11110 101111 111111 10001 101101

Color Harmonies of #85875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85875F

Black with #85875F

Text Example


Text Example

White with #85875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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