#8D604A

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

Shades of Spicy Mix #8D604A

Tints of Spicy Mix #8D604A

Color information

#8D604A (or 0x8D604A) is unknown color: approx Spicy Mix. HEX triplet: 8D, 60 and 4A. RGB value is (141,96,74). Sum of RGB (Red+Green+Blue) = 141+96+74=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D604A is #729FB5. Grayscale: #6B6B6B. Windows color (decimal): -7511990 or 4874381. OLE color: 4874381.

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

Color convert

RGB1419674-
CMYK00.320.480.45
HSL19.7º31.16%42.16%-
HSV(B)19.7º47.52%55.29%-
XYZ16.414.528.42-
YUV106.95109.41152.29-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=45.34%
G=30.87%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141967400.320.480.4519.731.1642.16
Hex8D604A020302D141f2a
Octal2151401120406055243752
Binary100011011100000100101001000001100001011011010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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