Shades of Shadow #8F7641
Tints of Shadow #8F7641
RGB
CMYK
RGB Variations
Color information
#8F7641 (or 0x8F7641) is known color: Shadow. HEX triplet: 8F, 76 and 41. RGB value is (143,118,65). Sum of RGB (Red+Green+Blue) = 143+118+65=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7641 is #7089BE. Grayscale: #777777. Windows color (decimal): -7375295 or 4290191. OLE color: 4290191.
HSL color Cylindrical-coordinate representation of color #8F7641: hue angle of 40.77º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F7641 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 118 | 65 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.44 |
| HSL | 40.77º | 0.38% | 0.41% | - |
| HSV(B) | 40.77º | 0.55% | 0.56% | - |
| XYZ | 18.76 | 19.18 | 7.71 | - |
| YUV | 119.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 65 | 0 | 0.17 | 0.55 | 0.44 | 40.77 | 0.38 | 0.41 |
| Hex | 8F | 76 | 41 | 0 | 11 | 37 | 2C | 29 | 26 | 29 |
| Octal | 217 | 166 | 101 | 0 | 21 | 67 | 54 | 51 | 46 | 51 |
| Binary | 10001111 | 1110110 | 1000001 | 0 | 10001 | 110111 | 101100 | 101001 | 100110 | 101001 |
Color Harmonies of #8F7641
Complementary color
Monochromatic Colors of #8F7641
Black with #8F7641
Text Example
Text Example
White with #8F7641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7641; }
p { color: rgb(143,118,65); }
H1.HeaderClassName
{
color: #8F7641;
}
.AnyTagClassName
{
color: #8F7641;
}
</style>
background-color css
<style>
a { background-color: #8F7641; }
a { background-color: rgb(143,118,65); }
div.DivClassName
{
background-color: #8F7641;
}
.BgClassName
{
background-color: #8F7641;
}
</style>
border-color css
<style>
span { border-color: #8F7641; }
span { border-color: rgb(143,118,65); }
td.TdClassName
{
border-color: #8F7641;
}
.TagClassName
{
border-color: #8F7641;
}
</style>