Html Css Color HEX #85886F Bitter

📋 copy color: '#85886F'

red 133 ◦ green 136 ◦ blue 111

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

Shades of Bitter #85886F

Tints of Bitter #85886F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 35%
G = 35.79%
B = 29.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#85886F (or 0x85886F) is known color: Bitter. HEX triplet: 85, 88 and 6F. RGB value is (133,136,111). Sum of RGB (Red+Green+Blue) = 133+136+111=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 136 - color contains mainly: green. Hex color #85886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85886F is #7A7790. Grayscale: #848484. Windows color (decimal): -8026001 or 7309445. OLE color: 7309445.

HSL color Cylindrical-coordinate representation of color #85886F: hue angle of 67.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85886F is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 111 -
CMYK 0.02 0 0.18 0.47
HSL 67.2º 0.1% 0.48% -
HSV(B) 67.2º 0.18% 0.53% -
XYZ 21.35 23.74 18.5 -
YUV 132.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 133 136 111 0.02 0 0.18 0.47 67.2 0.1 0.48
Hex 85 88 6F 2 0 12 2F 43 A 30
Octal 205 210 157 2 0 22 57 103 12 60
Binary 10000101 10001000 1101111 10 0 10010 101111 1000011 1010 110000

Color Harmonies of #85886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85886F

Black with #85886F

Text Example


Text Example

White with #85886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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