Html Css Color HEX #85876B Bitter

📋 copy color: '#85876B'

red 133 ◦ green 135 ◦ blue 107

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

Shades of Bitter #85876B

Tints of Bitter #85876B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 35.47%
G = 36%
B = 28.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#85876B (or 0x85876B) is known color: Bitter. HEX triplet: 85, 87 and 6B. RGB value is (133,135,107). Sum of RGB (Red+Green+Blue) = 133+135+107=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 135 - color contains mainly: green. Hex color #85876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85876B is #7A7894. Grayscale: #838383. Windows color (decimal): -8026261 or 7047045. OLE color: 7047045.

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

Color convert

RGB 133 135 107 -
CMYK 0.01 0 0.21 0.47
HSL 64.29º 0.12% 0.47% -
HSV(B) 64.29º 0.21% 0.53% -
XYZ 20.99 23.38 17.32 -
YUV 131.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 133 135 107 0.01 0 0.21 0.47 64.29 0.12 0.47
Hex 85 87 6B 1 0 15 2F 40 C 2F
Octal 205 207 153 1 0 25 57 100 14 57
Binary 10000101 10000111 1101011 1 0 10101 101111 1000000 1100 101111

Color Harmonies of #85876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85876B

Black with #85876B

Text Example


Text Example

White with #85876B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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