Html Css Color HEX #85876C Bitter

📋 copy color: '#85876C'

red 133 ◦ green 135 ◦ blue 108

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

Shades of Bitter #85876C

Tints of Bitter #85876C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 35.37%
G = 35.9%
B = 28.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#85876C (or 0x85876C) is known color: Bitter. HEX triplet: 85, 87 and 6C. RGB value is (133,135,108). Sum of RGB (Red+Green+Blue) = 133+135+108=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #85876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85876C is #7A7893. Grayscale: #838383. Windows color (decimal): -8026260 or 7112581. OLE color: 7112581.

HSL color Cylindrical-coordinate representation of color #85876C: hue angle of 64.44º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85876C is Cyan = 0.01, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 135 108 -
CMYK 0.01 0 0.2 0.47
HSL 64.44º 0.11% 0.48% -
HSV(B) 64.44º 0.2% 0.53% -
XYZ 21.04 23.4 17.59 -
YUV 131.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 133 135 108 0.01 0 0.2 0.47 64.44 0.11 0.48
Hex 85 87 6C 1 0 14 2F 40 B 30
Octal 205 207 154 1 0 24 57 100 13 60
Binary 10000101 10000111 1101100 1 0 10100 101111 1000000 1011 110000

Color Harmonies of #85876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85876C

Black with #85876C

Text Example


Text Example

White with #85876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85876C; }

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

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

background-color css

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

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

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

border-color css

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

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

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