Html Css Color HEX #8D5946 Spicy Mix

📋 copy color: '#8D5946'

red 141 ◦ green 89 ◦ blue 70

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

Shades of Spicy Mix #8D5946

Tints of Spicy Mix #8D5946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.67%

 BLUE value IS 70 (27.73% from 255) = 23.33%

R = 47%
G = 29.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8D5946 (or 0x8D5946) is known color: Spicy Mix. HEX triplet: 8D, 59 and 46. RGB value is (141,89,70). Sum of RGB (Red+Green+Blue) = 141+89+70=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5946 is #72A6B9. Grayscale: #666666. Windows color (decimal): -7513786 or 4610445. OLE color: 4610445.

HSL color Cylindrical-coordinate representation of color #8D5946: hue angle of 16.06º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D5946 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 89 70 -
CMYK 0 0.37 0.50 0.45
HSL 16.06º 0.34% 0.41% -
HSV(B) 16.06º 0.5% 0.55% -
XYZ 15.66 13.25 7.53 -
YUV 102.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 141 89 70 0 0.37 0.50 0.45 16.06 0.34 0.41
Hex 8D 59 46 0 25 32 2D 10 22 29
Octal 215 131 106 0 45 62 55 20 42 51
Binary 10001101 1011001 1000110 0 100101 110010 101101 10000 100010 101001

Color Harmonies of #8D5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5946

Black with #8D5946

Text Example


Text Example

White with #8D5946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,89,70); }

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

background-color css

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

 a { background-color: rgb(141,89,70); }

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

border-color css

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

 span { border-color: rgb(141,89,70); }

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