Html Css Color HEX #8E5E52 Spicy Mix

📋 copy color: '#8E5E52'

red 142 ◦ green 94 ◦ blue 82

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

Shades of Spicy Mix #8E5E52

Tints of Spicy Mix #8E5E52

RGB

 RED value IS 142 (55.86% from 255) = 44.65%

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

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

R = 44.65%
G = 29.56%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E5E52 (or 0x8E5E52) is known color: Spicy Mix. HEX triplet: 8E, 5E and 52. RGB value is (142,94,82). Sum of RGB (Red+Green+Blue) = 142+94+82=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E52 is #71A1AD. Grayscale: #6B6B6B. Windows color (decimal): -7446958 or 5398158. OLE color: 5398158.

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

Color convert

RGB 142 94 82 -
CMYK 0 0.34 0.42 0.44
HSL 12º 0.27% 0.44% -
HSV(B) 12º 0.42% 0.56% -
XYZ 16.68 14.37 9.88 -
YUV 106.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 142 94 82 0 0.34 0.42 0.44 12 0.27 0.44
Hex 8E 5E 52 0 22 2A 2C C 1B 2C
Octal 216 136 122 0 42 52 54 14 33 54
Binary 10001110 1011110 1010010 0 100010 101010 101100 1100 11011 101100

Color Harmonies of #8E5E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5E52

Black with #8E5E52

Text Example


Text Example

White with #8E5E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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