Html Css Color HEX #8D624A Spicy Mix

📋 copy color: '#8D624A'

red 141 ◦ green 98 ◦ blue 74

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

Shades of Spicy Mix #8D624A

Tints of Spicy Mix #8D624A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.31%

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

R = 45.05%
G = 31.31%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8D624A (or 0x8D624A) is known color: Spicy Mix. HEX triplet: 8D, 62 and 4A. RGB value is (141,98,74). Sum of RGB (Red+Green+Blue) = 141+98+74=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D624A is #729DB5. Grayscale: #6C6C6C. Windows color (decimal): -7511478 or 4874893. OLE color: 4874893.

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

Color convert

RGB 141 98 74 -
CMYK 0 0.30 0.48 0.45
HSL 21.49º 0.31% 0.42% -
HSV(B) 21.49º 0.48% 0.55% -
XYZ 16.59 14.89 8.48 -
YUV 108.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 141 98 74 0 0.30 0.48 0.45 21.49 0.31 0.42
Hex 8D 62 4A 0 1E 30 2D 15 1F 2A
Octal 215 142 112 0 36 60 55 25 37 52
Binary 10001101 1100010 1001010 0 11110 110000 101101 10101 11111 101010

Color Harmonies of #8D624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D624A

Black with #8D624A

Text Example


Text Example

White with #8D624A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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