#8D644A

Color #8D644A Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #8D644A

Tints of Spicy Mix #8D644A

Color information

#8D644A (or 0x8D644A) is unknown color: approx Spicy Mix. HEX triplet: 8D, 64 and 4A. RGB value is (141,100,74). Sum of RGB (Red+Green+Blue) = 141+100+74=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D644A is #729BB5. Grayscale: #6D6D6D. Windows color (decimal): -7510966 or 4875405. OLE color: 4875405.

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

Color convert

RGB14110074-
CMYK00.290.480.45
HSL23.28º31.16%42.16%-
HSV(B)23.28º47.52%55.29%-
XYZ16.7815.278.54-
YUV109.29108.08150.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=44.76%
G=31.75%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411007400.290.480.4523.2831.1642.16
Hex8D644A01D302D171f2a
Octal2151441120356055273752
Binary10001101110010010010100111011100001011011011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D644A;
 }
 .AnyTagClassName
 {
   color: #8D644A;
 }
</style>
background-color css

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

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

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

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

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

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