Html Css Color HEX #8D5C52 Spicy Mix

📋 copy color: '#8D5C52'

red 141 ◦ green 92 ◦ blue 82

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

Shades of Spicy Mix #8D5C52

Tints of Spicy Mix #8D5C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

 BLUE value IS 82 (32.42% from 255) = 26.03%

R = 44.76%
G = 29.21%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8D5C52 (or 0x8D5C52) is known color: Spicy Mix. HEX triplet: 8D, 5C and 52. RGB value is (141,92,82). Sum of RGB (Red+Green+Blue) = 141+92+82=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C52 is #72A3AD. Grayscale: #696969. Windows color (decimal): -7513006 or 5397645. OLE color: 5397645.

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

Color convert

RGB 141 92 82 -
CMYK 0 0.35 0.42 0.45
HSL 10.17º 0.26% 0.44% -
HSV(B) 10.17º 0.42% 0.55% -
XYZ 16.33 13.93 9.81 -
YUV 105.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 141 92 82 0 0.35 0.42 0.45 10.17 0.26 0.44
Hex 8D 5C 52 0 23 2A 2D A 1A 2C
Octal 215 134 122 0 43 52 55 12 32 54
Binary 10001101 1011100 1010010 0 100011 101010 101101 1010 11010 101100

Color Harmonies of #8D5C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5C52

Black with #8D5C52

Text Example


Text Example

White with #8D5C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,92,82); }

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

background-color css

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

 a { background-color: rgb(141,92,82); }

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

border-color css

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

 span { border-color: rgb(141,92,82); }

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