Html Css Color HEX #8D624B Spicy Mix

📋 copy color: '#8D624B'

red 141 ◦ green 98 ◦ blue 75

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

Shades of Spicy Mix #8D624B

Tints of Spicy Mix #8D624B

RGB

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

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

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

R = 44.9%
G = 31.21%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8D624B (or 0x8D624B) is known color: Spicy Mix. HEX triplet: 8D, 62 and 4B. RGB value is (141,98,75). Sum of RGB (Red+Green+Blue) = 141+98+75=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D624B is #729DB4. Grayscale: #6C6C6C. Windows color (decimal): -7511477 or 4940429. OLE color: 4940429.

HSL color Cylindrical-coordinate representation of color #8D624B: hue angle of 20.91º 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 #8D624B is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 98 75 -
CMYK 0 0.30 0.47 0.45
HSL 20.91º 0.31% 0.42% -
HSV(B) 20.91º 0.47% 0.55% -
XYZ 16.62 14.91 8.66 -
YUV 108.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 141 98 75 0 0.30 0.47 0.45 20.91 0.31 0.42
Hex 8D 62 4B 0 1E 2F 2D 15 1F 2A
Octal 215 142 113 0 36 57 55 25 37 52
Binary 10001101 1100010 1001011 0 11110 101111 101101 10101 11111 101010

Color Harmonies of #8D624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D624B

Black with #8D624B

Text Example


Text Example

White with #8D624B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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