Html Css Color HEX #858B73 Bitter

📋 copy color: '#858B73'

red 133 ◦ green 139 ◦ blue 115

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

Shades of Bitter #858B73

Tints of Bitter #858B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.92%

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 34.37%
G = 35.92%
B = 29.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#858B73 (or 0x858B73) is known color: Bitter. HEX triplet: 85, 8B and 73. RGB value is (133,139,115). Sum of RGB (Red+Green+Blue) = 133+139+115=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 139 - color contains mainly: green. Hex color #858B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B73 is #7A748C. Grayscale: #868686. Windows color (decimal): -8025229 or 7572357. OLE color: 7572357.

HSL color Cylindrical-coordinate representation of color #858B73: hue angle of 75º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #858B73 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 139 115 -
CMYK 0.04 0 0.17 0.45
HSL 75º 0.09% 0.5% -
HSV(B) 75º 0.17% 0.55% -
XYZ 22 24.69 19.83 -
YUV 134.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 133 139 115 0.04 0 0.17 0.45 75 0.09 0.5
Hex 85 8B 73 4 0 11 2D 4B 9 32
Octal 205 213 163 4 0 21 55 113 11 62
Binary 10000101 10001011 1110011 100 0 10001 101101 1001011 1001 110010

Color Harmonies of #858B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B73

Black with #858B73

Text Example


Text Example

White with #858B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858B73; }

 p { color: rgb(133,139,115); }

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

background-color css

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

 a { background-color: rgb(133,139,115); }

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

border-color css

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

 span { border-color: rgb(133,139,115); }

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