Html Css Color HEX #8C5D55 Spicy Mix

📋 copy color: '#8C5D55'

red 140 ◦ green 93 ◦ blue 85

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

Shades of Spicy Mix #8C5D55

Tints of Spicy Mix #8C5D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.25%

 BLUE value IS 85 (33.59% from 255) = 26.73%

R = 44.03%
G = 29.25%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C5D55 (or 0x8C5D55) is known color: Spicy Mix. HEX triplet: 8C, 5D and 55. RGB value is (140,93,85). Sum of RGB (Red+Green+Blue) = 140+93+85=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5D55 is #73A2AA. Grayscale: #6A6A6A. Windows color (decimal): -7578283 or 5594508. OLE color: 5594508.

HSL color Cylindrical-coordinate representation of color #8C5D55: hue angle of 8.73º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5D55 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 93 85 -
CMYK 0 0.34 0.39 0.45
HSL 8.73º 0.24% 0.44% -
HSV(B) 8.73º 0.39% 0.55% -
XYZ 16.37 14.06 10.45 -
YUV 106.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 140 93 85 0 0.34 0.39 0.45 8.73 0.24 0.44
Hex 8C 5D 55 0 22 27 2D 9 18 2C
Octal 214 135 125 0 42 47 55 11 30 54
Binary 10001100 1011101 1010101 0 100010 100111 101101 1001 11000 101100

Color Harmonies of #8C5D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5D55

Black with #8C5D55

Text Example


Text Example

White with #8C5D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,93,85); }

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

background-color css

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

 a { background-color: rgb(140,93,85); }

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

border-color css

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

 span { border-color: rgb(140,93,85); }

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