Html Css Color HEX #8B5946 Spicy Mix

📋 copy color: '#8B5946'

red 139 ◦ green 89 ◦ blue 70

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

Shades of Spicy Mix #8B5946

Tints of Spicy Mix #8B5946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.87%

 BLUE value IS 70 (27.73% from 255) = 23.49%

R = 46.64%
G = 29.87%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8B5946 (or 0x8B5946) is known color: Spicy Mix. HEX triplet: 8B, 59 and 46. RGB value is (139,89,70). Sum of RGB (Red+Green+Blue) = 139+89+70=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5946 is #74A6B9. Grayscale: #656565. Windows color (decimal): -7644858 or 4610443. OLE color: 4610443.

HSL color Cylindrical-coordinate representation of color #8B5946: hue angle of 16.52º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B5946 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 89 70 -
CMYK 0 0.36 0.50 0.45
HSL 16.52º 0.33% 0.41% -
HSV(B) 16.52º 0.5% 0.55% -
XYZ 15.33 13.08 7.51 -
YUV 101.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 139 89 70 0 0.36 0.50 0.45 16.52 0.33 0.41
Hex 8B 59 46 0 24 32 2D 11 21 29
Octal 213 131 106 0 44 62 55 21 41 51
Binary 10001011 1011001 1000110 0 100100 110010 101101 10001 100001 101001

Color Harmonies of #8B5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5946

Black with #8B5946

Text Example


Text Example

White with #8B5946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,89,70); }

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

background-color css

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

 a { background-color: rgb(139,89,70); }

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

border-color css

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

 span { border-color: rgb(139,89,70); }

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