#8D634B

Color #8D634B Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #8D634B

Tints of Spicy Mix #8D634B

Color information

#8D634B (or 0x8D634B) is unknown color: approx Spicy Mix. HEX triplet: 8D, 63 and 4B. RGB value is (141,99,75). Sum of RGB (Red+Green+Blue) = 141+99+75=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D634B is #729CB4. Grayscale: #6C6C6C. Windows color (decimal): -7511221 or 4940685. OLE color: 4940685.

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

Color convert

RGB1419975-
CMYK00.300.470.45
HSL21.82º30.56%42.35%-
HSV(B)21.82º46.81%55.29%-
XYZ16.7215.098.69-
YUV108.82108.91150.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=44.76%
G=31.43%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141997500.300.470.4521.8230.5642.35
Hex8D634B01E2F2D161f2a
Octal2151431130365755263752
Binary10001101110001110010110111101011111011011011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D634B;
 }
 .AnyTagClassName
 {
   color: #8D634B;
 }
</style>
background-color css

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

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

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

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

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

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