Html Css Color HEX #895F48 Spicy Mix

📋 copy color: '#895F48'

red 137 ◦ green 95 ◦ blue 72

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

Shades of Spicy Mix #895F48

Tints of Spicy Mix #895F48

RGB

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

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

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

R = 45.07%
G = 31.25%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#895F48 (or 0x895F48) is known color: Spicy Mix. HEX triplet: 89, 5F and 48. RGB value is (137,95,72). Sum of RGB (Red+Green+Blue) = 137+95+72=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #895F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F48 is #76A0B7. Grayscale: #696969. Windows color (decimal): -7774392 or 4743049. OLE color: 4743049.

HSL color Cylindrical-coordinate representation of color #895F48: hue angle of 21.23º 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 #895F48 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 95 72 -
CMYK 0 0.31 0.47 0.46
HSL 21.23º 0.31% 0.41% -
HSV(B) 21.23º 0.47% 0.54% -
XYZ 15.58 13.97 8.01 -
YUV 104.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 137 95 72 0 0.31 0.47 0.46 21.23 0.31 0.41
Hex 89 5F 48 0 1F 2F 2E 15 1F 29
Octal 211 137 110 0 37 57 56 25 37 51
Binary 10001001 1011111 1001000 0 11111 101111 101110 10101 11111 101001

Color Harmonies of #895F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F48

Black with #895F48

Text Example


Text Example

White with #895F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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