Html Css Color HEX #8C5E46 Spicy Mix

📋 copy color: '#8C5E46'

red 140 ◦ green 94 ◦ blue 70

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

Shades of Spicy Mix #8C5E46

Tints of Spicy Mix #8C5E46

RGB

 RED value IS 140 (55.08% from 255) = 46.05%

 GREEN value IS 94 (37.11% from 255) = 30.92%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 46.05%
G = 30.92%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8C5E46 (or 0x8C5E46) is known color: Spicy Mix. HEX triplet: 8C, 5E and 46. RGB value is (140,94,70). Sum of RGB (Red+Green+Blue) = 140+94+70=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5E46 is #73A1B9. Grayscale: #696969. Windows color (decimal): -7578042 or 4611724. OLE color: 4611724.

HSL color Cylindrical-coordinate representation of color #8C5E46: hue angle of 20.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C5E46 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 94 70 -
CMYK 0 0.33 0.50 0.45
HSL 20.57º 0.33% 0.41% -
HSV(B) 20.57º 0.5% 0.55% -
XYZ 15.92 14.02 7.66 -
YUV 105.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 140 94 70 0 0.33 0.50 0.45 20.57 0.33 0.41
Hex 8C 5E 46 0 21 32 2D 15 21 29
Octal 214 136 106 0 41 62 55 25 41 51
Binary 10001100 1011110 1000110 0 100001 110010 101101 10101 100001 101001

Color Harmonies of #8C5E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5E46

Black with #8C5E46

Text Example


Text Example

White with #8C5E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,94,70); }

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

background-color css

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

 a { background-color: rgb(140,94,70); }

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

border-color css

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

 span { border-color: rgb(140,94,70); }

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