Html Css Color HEX #895B50 Spicy Mix

📋 copy color: '#895B50'

red 137 ◦ green 91 ◦ blue 80

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

Shades of Spicy Mix #895B50

Tints of Spicy Mix #895B50

RGB

 RED value IS 137 (53.91% from 255) = 44.48%

 GREEN value IS 91 (35.94% from 255) = 29.55%

 BLUE value IS 80 (31.64% from 255) = 25.97%

R = 44.48%
G = 29.55%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#895B50 (or 0x895B50) is known color: Spicy Mix. HEX triplet: 89, 5B and 50. RGB value is (137,91,80). Sum of RGB (Red+Green+Blue) = 137+91+80=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #895B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895B50 is #76A4AF. Grayscale: #676767. Windows color (decimal): -7775408 or 5266313. OLE color: 5266313.

HSL color Cylindrical-coordinate representation of color #895B50: hue angle of 11.58º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895B50 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 91 80 -
CMYK 0 0.34 0.42 0.46
HSL 11.58º 0.26% 0.43% -
HSV(B) 11.58º 0.42% 0.54% -
XYZ 15.51 13.38 9.35 -
YUV 103.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 137 91 80 0 0.34 0.42 0.46 11.58 0.26 0.43
Hex 89 5B 50 0 22 2A 2E C 1A 2B
Octal 211 133 120 0 42 52 56 14 32 53
Binary 10001001 1011011 1010000 0 100010 101010 101110 1100 11010 101011

Color Harmonies of #895B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895B50

Black with #895B50

Text Example


Text Example

White with #895B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895B50; }

 p { color: rgb(137,91,80); }

 H1.HeaderClassName
 {
   color: #895B50;
 }
 .AnyTagClassName
 {
   color: #895B50;
 }
</style>

background-color css

<style>
 a { background-color: #895B50; }

 a { background-color: rgb(137,91,80); }

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

border-color css

<style>
 span { border-color: #895B50; }

 span { border-color: rgb(137,91,80); }

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