Html Css Color HEX #8C584C Spicy Mix

📋 copy color: '#8C584C'

red 140 ◦ green 88 ◦ blue 76

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

Shades of Spicy Mix #8C584C

Tints of Spicy Mix #8C584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

 BLUE value IS 76 (30.08% from 255) = 25%

R = 46.05%
G = 28.95%
B = 25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C584C (or 0x8C584C) is known color: Spicy Mix. HEX triplet: 8C, 58 and 4C. RGB value is (140,88,76). Sum of RGB (Red+Green+Blue) = 140+88+76=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C584C is #73A7B3. Grayscale: #666666. Windows color (decimal): -7579572 or 5003404. OLE color: 5003404.

HSL color Cylindrical-coordinate representation of color #8C584C: hue angle of 11.25º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C584C is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 88 76 -
CMYK 0 0.37 0.46 0.45
HSL 11.25º 0.3% 0.42% -
HSV(B) 11.25º 0.46% 0.55% -
XYZ 15.61 13.08 8.54 -
YUV 102.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 140 88 76 0 0.37 0.46 0.45 11.25 0.3 0.42
Hex 8C 58 4C 0 25 2E 2D B 1E 2A
Octal 214 130 114 0 45 56 55 13 36 52
Binary 10001100 1011000 1001100 0 100101 101110 101101 1011 11110 101010

Color Harmonies of #8C584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C584C

Black with #8C584C

Text Example


Text Example

White with #8C584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,88,76); }

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

background-color css

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

 a { background-color: rgb(140,88,76); }

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

border-color css

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

 span { border-color: rgb(140,88,76); }

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