Html Css Color HEX #8D6148 Spicy Mix

📋 copy color: '#8D6148'

red 141 ◦ green 97 ◦ blue 72

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

Shades of Spicy Mix #8D6148

Tints of Spicy Mix #8D6148

RGB

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

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

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

R = 45.48%
G = 31.29%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8D6148 (or 0x8D6148) is known color: Spicy Mix. HEX triplet: 8D, 61 and 48. RGB value is (141,97,72). Sum of RGB (Red+Green+Blue) = 141+97+72=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6148 is #729EB7. Grayscale: #6B6B6B. Windows color (decimal): -7511736 or 4743565. OLE color: 4743565.

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

Color convert

RGB 141 97 72 -
CMYK 0 0.31 0.49 0.45
HSL 21.74º 0.32% 0.42% -
HSV(B) 21.74º 0.49% 0.55% -
XYZ 16.43 14.68 8.1 -
YUV 107.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 141 97 72 0 0.31 0.49 0.45 21.74 0.32 0.42
Hex 8D 61 48 0 1F 31 2D 16 20 2A
Octal 215 141 110 0 37 61 55 26 40 52
Binary 10001101 1100001 1001000 0 11111 110001 101101 10110 100000 101010

Color Harmonies of #8D6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6148

Black with #8D6148

Text Example


Text Example

White with #8D6148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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