Html Css Color HEX #8B5945 Spicy Mix

📋 copy color: '#8B5945'

red 139 ◦ green 89 ◦ blue 69

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

Shades of Spicy Mix #8B5945

Tints of Spicy Mix #8B5945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.23%

R = 46.8%
G = 29.97%
B = 23.23%

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

#8B5945 (or 0x8B5945) is known color: Spicy Mix. HEX triplet: 8B, 59 and 45. RGB value is (139,89,69). Sum of RGB (Red+Green+Blue) = 139+89+69=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5945 is #74A6BA. Grayscale: #656565. Windows color (decimal): -7644859 or 4544907. OLE color: 4544907.

HSL color Cylindrical-coordinate representation of color #8B5945: hue angle of 17.14º degrees, saturation: 0.34, 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 #8B5945 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 89 69 -
CMYK 0 0.36 0.50 0.45
HSL 17.14º 0.34% 0.41% -
HSV(B) 17.14º 0.5% 0.55% -
XYZ 15.29 13.06 7.35 -
YUV 101.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 139 89 69 0 0.36 0.50 0.45 17.14 0.34 0.41
Hex 8B 59 45 0 24 32 2D 11 22 29
Octal 213 131 105 0 44 62 55 21 42 51
Binary 10001011 1011001 1000101 0 100100 110010 101101 10001 100010 101001

Color Harmonies of #8B5945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5945

Black with #8B5945

Text Example


Text Example

White with #8B5945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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