Html Css Color HEX #8D614A Spicy Mix

📋 copy color: '#8D614A'

red 141 ◦ green 97 ◦ blue 74

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

Shades of Spicy Mix #8D614A

Tints of Spicy Mix #8D614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 45.19%
G = 31.09%
B = 23.72%

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

#8D614A (or 0x8D614A) is known color: Spicy Mix. HEX triplet: 8D, 61 and 4A. RGB value is (141,97,74). Sum of RGB (Red+Green+Blue) = 141+97+74=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D614A is #729EB5. Grayscale: #6B6B6B. Windows color (decimal): -7511734 or 4874637. OLE color: 4874637.

HSL color Cylindrical-coordinate representation of color #8D614A: hue angle of 20.6º degrees, saturation: 0.31, 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 #8D614A is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 97 74 -
CMYK 0 0.31 0.48 0.45
HSL 20.6º 0.31% 0.42% -
HSV(B) 20.6º 0.48% 0.55% -
XYZ 16.5 14.71 8.45 -
YUV 107.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 141 97 74 0 0.31 0.48 0.45 20.6 0.31 0.42
Hex 8D 61 4A 0 1F 30 2D 15 1F 2A
Octal 215 141 112 0 37 60 55 25 37 52
Binary 10001101 1100001 1001010 0 11111 110000 101101 10101 11111 101010

Color Harmonies of #8D614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D614A

Black with #8D614A

Text Example


Text Example

White with #8D614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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