Html Css Color HEX #8E5E4B Spicy Mix

📋 copy color: '#8E5E4B'

red 142 ◦ green 94 ◦ blue 75

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

Shades of Spicy Mix #8E5E4B

Tints of Spicy Mix #8E5E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.12%

R = 45.66%
G = 30.23%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8E5E4B (or 0x8E5E4B) is known color: Spicy Mix. HEX triplet: 8E, 5E and 4B. RGB value is (142,94,75). Sum of RGB (Red+Green+Blue) = 142+94+75=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5E4B is #71A1B4. Grayscale: #6A6A6A. Windows color (decimal): -7446965 or 4939406. OLE color: 4939406.

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

Color convert

RGB 142 94 75 -
CMYK 0 0.34 0.47 0.44
HSL 17.01º 0.31% 0.43% -
HSV(B) 17.01º 0.47% 0.56% -
XYZ 16.43 14.26 8.54 -
YUV 106.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 142 94 75 0 0.34 0.47 0.44 17.01 0.31 0.43
Hex 8E 5E 4B 0 22 2F 2C 11 1F 2B
Octal 216 136 113 0 42 57 54 21 37 53
Binary 10001110 1011110 1001011 0 100010 101111 101100 10001 11111 101011

Color Harmonies of #8E5E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5E4B

Black with #8E5E4B

Text Example


Text Example

White with #8E5E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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