Html Css Color HEX #8D5845 Spicy Mix

📋 copy color: '#8D5845'

red 141 ◦ green 88 ◦ blue 69

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

Shades of Spicy Mix #8D5845

Tints of Spicy Mix #8D5845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 47.32%
G = 29.53%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#8D5845 (or 0x8D5845) is known color: Spicy Mix. HEX triplet: 8D, 58 and 45. RGB value is (141,88,69). Sum of RGB (Red+Green+Blue) = 141+88+69=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5845 is #72A7BA. Grayscale: #656565. Windows color (decimal): -7514043 or 4544653. OLE color: 4544653.

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

Color convert

RGB 141 88 69 -
CMYK 0 0.38 0.51 0.45
HSL 15.83º 0.34% 0.41% -
HSV(B) 15.83º 0.51% 0.55% -
XYZ 15.55 13.07 7.33 -
YUV 101.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 141 88 69 0 0.38 0.51 0.45 15.83 0.34 0.41
Hex 8D 58 45 0 26 33 2D 10 22 29
Octal 215 130 105 0 46 63 55 20 42 51
Binary 10001101 1011000 1000101 0 100110 110011 101101 10000 100010 101001

Color Harmonies of #8D5845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5845

Black with #8D5845

Text Example


Text Example

White with #8D5845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,88,69); }

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

background-color css

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

 a { background-color: rgb(141,88,69); }

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

border-color css

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

 span { border-color: rgb(141,88,69); }

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