Html Css Color HEX #895F51 Spicy Mix

📋 copy color: '#895F51'

red 137 ◦ green 95 ◦ blue 81

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

Shades of Spicy Mix #895F51

Tints of Spicy Mix #895F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.35%

 BLUE value IS 81 (32.03% from 255) = 25.88%

R = 43.77%
G = 30.35%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#895F51 (or 0x895F51) is known color: Spicy Mix. HEX triplet: 89, 5F and 51. RGB value is (137,95,81). Sum of RGB (Red+Green+Blue) = 137+95+81=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #895F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F51 is #76A0AE. Grayscale: #6A6A6A. Windows color (decimal): -7774383 or 5332873. OLE color: 5332873.

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

Color convert

RGB 137 95 81 -
CMYK 0 0.31 0.41 0.46
HSL 15º 0.26% 0.43% -
HSV(B) 15º 0.41% 0.54% -
XYZ 15.89 14.1 9.67 -
YUV 105.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 137 95 81 0 0.31 0.41 0.46 15 0.26 0.43
Hex 89 5F 51 0 1F 29 2E F 1A 2B
Octal 211 137 121 0 37 51 56 17 32 53
Binary 10001001 1011111 1010001 0 11111 101001 101110 1111 11010 101011

Color Harmonies of #895F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F51

Black with #895F51

Text Example


Text Example

White with #895F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,95,81); }

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

background-color css

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

 a { background-color: rgb(137,95,81); }

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

border-color css

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

 span { border-color: rgb(137,95,81); }

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