Html Css Color HEX #858871 Bitter

📋 copy color: '#858871'

red 133 ◦ green 136 ◦ blue 113

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

Shades of Bitter #858871

Tints of Bitter #858871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

 BLUE value IS 113 (44.53% from 255) = 29.58%

R = 34.82%
G = 35.6%
B = 29.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#858871 (or 0x858871) is known color: Bitter. HEX triplet: 85, 88 and 71. RGB value is (133,136,113). Sum of RGB (Red+Green+Blue) = 133+136+113=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 136 - color contains mainly: green. Hex color #858871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858871 is #7A778E. Grayscale: #848484. Windows color (decimal): -8025999 or 7440517. OLE color: 7440517.

HSL color Cylindrical-coordinate representation of color #858871: hue angle of 67.83º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #858871 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 113 -
CMYK 0.02 0 0.17 0.47
HSL 67.83º 0.09% 0.49% -
HSV(B) 67.83º 0.17% 0.53% -
XYZ 21.46 23.79 19.08 -
YUV 132.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 133 136 113 0.02 0 0.17 0.47 67.83 0.09 0.49
Hex 85 88 71 2 0 11 2F 44 9 31
Octal 205 210 161 2 0 21 57 104 11 61
Binary 10000101 10001000 1110001 10 0 10001 101111 1000100 1001 110001

Color Harmonies of #858871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858871

Black with #858871

Text Example


Text Example

White with #858871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858871; }

 p { color: rgb(133,136,113); }

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

background-color css

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

 a { background-color: rgb(133,136,113); }

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

border-color css

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

 span { border-color: rgb(133,136,113); }

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