Html Css Color HEX #8F5E52 Spicy Mix

📋 copy color: '#8F5E52'

red 143 ◦ green 94 ◦ blue 82

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

Shades of Spicy Mix #8F5E52

Tints of Spicy Mix #8F5E52

RGB

 RED value IS 143 (56.25% from 255) = 44.83%

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

 BLUE value IS 82 (32.42% from 255) = 25.71%

R = 44.83%
G = 29.47%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8F5E52 (or 0x8F5E52) is known color: Spicy Mix. HEX triplet: 8F, 5E and 52. RGB value is (143,94,82). Sum of RGB (Red+Green+Blue) = 143+94+82=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5E52 is #70A1AD. Grayscale: #6B6B6B. Windows color (decimal): -7381422 or 5398159. OLE color: 5398159.

HSL color Cylindrical-coordinate representation of color #8F5E52: hue angle of 11.8º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F5E52 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 94 82 -
CMYK 0 0.34 0.43 0.44
HSL 11.8º 0.27% 0.44% -
HSV(B) 11.8º 0.43% 0.56% -
XYZ 16.85 14.45 9.88 -
YUV 107.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 143 94 82 0 0.34 0.43 0.44 11.8 0.27 0.44
Hex 8F 5E 52 0 22 2B 2C C 1B 2C
Octal 217 136 122 0 42 53 54 14 33 54
Binary 10001111 1011110 1010010 0 100010 101011 101100 1100 11011 101100

Color Harmonies of #8F5E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5E52

Black with #8F5E52

Text Example


Text Example

White with #8F5E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,94,82); }

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

background-color css

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

 a { background-color: rgb(143,94,82); }

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

border-color css

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

 span { border-color: rgb(143,94,82); }

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