Html Css Color HEX #8D6149 Spicy Mix

📋 copy color: '#8D6149'

red 141 ◦ green 97 ◦ blue 73

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

Shades of Spicy Mix #8D6149

Tints of Spicy Mix #8D6149

RGB

 RED value IS 141 (55.47% from 255) = 45.34%

 GREEN value IS 97 (38.28% from 255) = 31.19%

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 45.34%
G = 31.19%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8D6149 (or 0x8D6149) is known color: Spicy Mix. HEX triplet: 8D, 61 and 49. RGB value is (141,97,73). Sum of RGB (Red+Green+Blue) = 141+97+73=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6149 is #729EB6. Grayscale: #6B6B6B. Windows color (decimal): -7511735 or 4809101. OLE color: 4809101.

HSL color Cylindrical-coordinate representation of color #8D6149: hue angle of 21.18º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D6149 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 97 73 -
CMYK 0 0.31 0.48 0.45
HSL 21.18º 0.32% 0.42% -
HSV(B) 21.18º 0.48% 0.55% -
XYZ 16.46 14.69 8.27 -
YUV 107.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 141 97 73 0 0.31 0.48 0.45 21.18 0.32 0.42
Hex 8D 61 49 0 1F 30 2D 15 20 2A
Octal 215 141 111 0 37 60 55 25 40 52
Binary 10001101 1100001 1001001 0 11111 110000 101101 10101 100000 101010

Color Harmonies of #8D6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6149

Black with #8D6149

Text Example


Text Example

White with #8D6149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D6149; }

 p { color: rgb(141,97,73); }

 H1.HeaderClassName
 {
   color: #8D6149;
 }
 .AnyTagClassName
 {
   color: #8D6149;
 }
</style>

background-color css

<style>
 a { background-color: #8D6149; }

 a { background-color: rgb(141,97,73); }

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

border-color css

<style>
 span { border-color: #8D6149; }

 span { border-color: rgb(141,97,73); }

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