Html Css Color HEX #85886B Bitter

📋 copy color: '#85886B'

red 133 ◦ green 136 ◦ blue 107

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

Shades of Bitter #85886B

Tints of Bitter #85886B

RGB

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

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

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

R = 35.37%
G = 36.17%
B = 28.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#85886B (or 0x85886B) is known color: Bitter. HEX triplet: 85, 88 and 6B. RGB value is (133,136,107). Sum of RGB (Red+Green+Blue) = 133+136+107=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #85886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85886B is #7A7794. Grayscale: #838383. Windows color (decimal): -8026005 or 7047301. OLE color: 7047301.

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

Color convert

RGB 133 136 107 -
CMYK 0.02 0 0.21 0.47
HSL 66.21º 0.12% 0.48% -
HSV(B) 66.21º 0.21% 0.53% -
XYZ 21.13 23.66 17.36 -
YUV 131.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 133 136 107 0.02 0 0.21 0.47 66.21 0.12 0.48
Hex 85 88 6B 2 0 15 2F 42 C 30
Octal 205 210 153 2 0 25 57 102 14 60
Binary 10000101 10001000 1101011 10 0 10101 101111 1000010 1100 110000

Color Harmonies of #85886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85886B

Black with #85886B

Text Example


Text Example

White with #85886B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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