Html Css Color HEX #8D6253 Spicy Mix

📋 copy color: '#8D6253'

red 141 ◦ green 98 ◦ blue 83

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

Shades of Spicy Mix #8D6253

Tints of Spicy Mix #8D6253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.43%

 BLUE value IS 83 (32.81% from 255) = 25.78%

R = 43.79%
G = 30.43%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8D6253 (or 0x8D6253) is known color: Spicy Mix. HEX triplet: 8D, 62 and 53. RGB value is (141,98,83). Sum of RGB (Red+Green+Blue) = 141+98+83=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6253 is #729DAC. Grayscale: #6D6D6D. Windows color (decimal): -7511469 or 5464717. OLE color: 5464717.

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

Color convert

RGB 141 98 83 -
CMYK 0 0.30 0.41 0.45
HSL 15.52º 0.26% 0.44% -
HSV(B) 15.52º 0.41% 0.55% -
XYZ 16.91 15.02 10.19 -
YUV 109.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 141 98 83 0 0.30 0.41 0.45 15.52 0.26 0.44
Hex 8D 62 53 0 1E 29 2D 10 1A 2C
Octal 215 142 123 0 36 51 55 20 32 54
Binary 10001101 1100010 1010011 0 11110 101001 101101 10000 11010 101100

Color Harmonies of #8D6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6253

Black with #8D6253

Text Example


Text Example

White with #8D6253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,98,83); }

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

background-color css

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

 a { background-color: rgb(141,98,83); }

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

border-color css

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

 span { border-color: rgb(141,98,83); }

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