Html Css Color HEX #8C5A46 Spicy Mix

📋 copy color: '#8C5A46'

red 140 ◦ green 90 ◦ blue 70

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

Shades of Spicy Mix #8C5A46

Tints of Spicy Mix #8C5A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

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

R = 46.67%
G = 30%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8C5A46 (or 0x8C5A46) is known color: Spicy Mix. HEX triplet: 8C, 5A and 46. RGB value is (140,90,70). Sum of RGB (Red+Green+Blue) = 140+90+70=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5A46 is #73A5B9. Grayscale: #666666. Windows color (decimal): -7579066 or 4610700. OLE color: 4610700.

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

Color convert

RGB 140 90 70 -
CMYK 0 0.36 0.50 0.45
HSL 17.14º 0.33% 0.41% -
HSV(B) 17.14º 0.5% 0.55% -
XYZ 15.58 13.33 7.55 -
YUV 102.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 140 90 70 0 0.36 0.50 0.45 17.14 0.33 0.41
Hex 8C 5A 46 0 24 32 2D 11 21 29
Octal 214 132 106 0 44 62 55 21 41 51
Binary 10001100 1011010 1000110 0 100100 110010 101101 10001 100001 101001

Color Harmonies of #8C5A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5A46

Black with #8C5A46

Text Example


Text Example

White with #8C5A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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