Html Css Color HEX #8D584B Spicy Mix

📋 copy color: '#8D584B'

red 141 ◦ green 88 ◦ blue 75

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

Shades of Spicy Mix #8D584B

Tints of Spicy Mix #8D584B

RGB

 RED value IS 141 (55.47% from 255) = 46.38%

 GREEN value IS 88 (34.77% from 255) = 28.95%

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

R = 46.38%
G = 28.95%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8D584B (or 0x8D584B) is known color: Spicy Mix. HEX triplet: 8D, 58 and 4B. RGB value is (141,88,75). Sum of RGB (Red+Green+Blue) = 141+88+75=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D584B is #72A7B4. Grayscale: #666666. Windows color (decimal): -7514037 or 4937869. OLE color: 4937869.

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

Color convert

RGB 141 88 75 -
CMYK 0 0.38 0.47 0.45
HSL 11.82º 0.31% 0.42% -
HSV(B) 11.82º 0.47% 0.55% -
XYZ 15.74 13.15 8.37 -
YUV 102.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 141 88 75 0 0.38 0.47 0.45 11.82 0.31 0.42
Hex 8D 58 4B 0 26 2F 2D C 1F 2A
Octal 215 130 113 0 46 57 55 14 37 52
Binary 10001101 1011000 1001011 0 100110 101111 101101 1100 11111 101010

Color Harmonies of #8D584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D584B

Black with #8D584B

Text Example


Text Example

White with #8D584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,88,75); }

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

background-color css

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

 a { background-color: rgb(141,88,75); }

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

border-color css

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

 span { border-color: rgb(141,88,75); }

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