Html Css Color HEX #895D48 Spicy Mix

📋 copy color: '#895D48'

red 137 ◦ green 93 ◦ blue 72

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

Shades of Spicy Mix #895D48

Tints of Spicy Mix #895D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.79%

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 45.36%
G = 30.79%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#895D48 (or 0x895D48) is known color: Spicy Mix. HEX triplet: 89, 5D and 48. RGB value is (137,93,72). Sum of RGB (Red+Green+Blue) = 137+93+72=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #895D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D48 is #76A2B7. Grayscale: #676767. Windows color (decimal): -7774904 or 4742537. OLE color: 4742537.

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

Color convert

RGB 137 93 72 -
CMYK 0 0.32 0.47 0.46
HSL 19.38º 0.31% 0.41% -
HSV(B) 19.38º 0.47% 0.54% -
XYZ 15.4 13.61 7.95 -
YUV 103.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 137 93 72 0 0.32 0.47 0.46 19.38 0.31 0.41
Hex 89 5D 48 0 20 2F 2E 13 1F 29
Octal 211 135 110 0 40 57 56 23 37 51
Binary 10001001 1011101 1001000 0 100000 101111 101110 10011 11111 101001

Color Harmonies of #895D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D48

Black with #895D48

Text Example


Text Example

White with #895D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,93,72); }

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

background-color css

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

 a { background-color: rgb(137,93,72); }

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

border-color css

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

 span { border-color: rgb(137,93,72); }

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