Html Css Color HEX #8B5E56 Spicy Mix

📋 copy color: '#8B5E56'

red 139 ◦ green 94 ◦ blue 86

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

Shades of Spicy Mix #8B5E56

Tints of Spicy Mix #8B5E56

RGB

 RED value IS 139 (54.69% from 255) = 43.57%

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

 BLUE value IS 86 (33.98% from 255) = 26.96%

R = 43.57%
G = 29.47%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8B5E56 (or 0x8B5E56) is known color: Spicy Mix. HEX triplet: 8B, 5E and 56. RGB value is (139,94,86). Sum of RGB (Red+Green+Blue) = 139+94+86=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E56 is #74A1A9. Grayscale: #6A6A6A. Windows color (decimal): -7643562 or 5660299. OLE color: 5660299.

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

Color convert

RGB 139 94 86 -
CMYK 0 0.32 0.38 0.45
HSL 9.06º 0.24% 0.44% -
HSV(B) 9.06º 0.38% 0.55% -
XYZ 16.33 14.17 10.68 -
YUV 106.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 139 94 86 0 0.32 0.38 0.45 9.06 0.24 0.44
Hex 8B 5E 56 0 20 26 2D 9 18 2C
Octal 213 136 126 0 40 46 55 11 30 54
Binary 10001011 1011110 1010110 0 100000 100110 101101 1001 11000 101100

Color Harmonies of #8B5E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5E56

Black with #8B5E56

Text Example


Text Example

White with #8B5E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,94,86); }

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

background-color css

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

 a { background-color: rgb(139,94,86); }

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

border-color css

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

 span { border-color: rgb(139,94,86); }

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