Shades of Beaver #8C7361
Tints of Beaver #8C7361
RGB
CMYK
RGB Variations
Color information
#8C7361 (or 0x8C7361) is known color: Beaver. HEX triplet: 8C, 73 and 61. RGB value is (140,115,97). Sum of RGB (Red+Green+Blue) = 140+115+97=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7361 is #738C9E. Grayscale: #787878. Windows color (decimal): -7572639 or 6386572. OLE color: 6386572.
HSL color Cylindrical-coordinate representation of color #8C7361: hue angle of 25.12º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C7361 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 97 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.45 |
| HSL | 25.12º | 0.18% | 0.46% | - |
| HSV(B) | 25.12º | 0.31% | 0.55% | - |
| XYZ | 19.1 | 18.7 | 13.91 | - |
| YUV | 120.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 97 | 0 | 0.18 | 0.31 | 0.45 | 25.12 | 0.18 | 0.46 |
| Hex | 8C | 73 | 61 | 0 | 12 | 1F | 2D | 19 | 12 | 2E |
| Octal | 214 | 163 | 141 | 0 | 22 | 37 | 55 | 31 | 22 | 56 |
| Binary | 10001100 | 1110011 | 1100001 | 0 | 10010 | 11111 | 101101 | 11001 | 10010 | 101110 |
Color Harmonies of #8C7361
Complementary color
Monochromatic Colors of #8C7361
Black with #8C7361
Text Example
Text Example
White with #8C7361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7361; }
p { color: rgb(140,115,97); }
H1.HeaderClassName
{
color: #8C7361;
}
.AnyTagClassName
{
color: #8C7361;
}
</style>
background-color css
<style>
a { background-color: #8C7361; }
a { background-color: rgb(140,115,97); }
div.DivClassName
{
background-color: #8C7361;
}
.BgClassName
{
background-color: #8C7361;
}
</style>
border-color css
<style>
span { border-color: #8C7361; }
span { border-color: rgb(140,115,97); }
td.TdClassName
{
border-color: #8C7361;
}
.TagClassName
{
border-color: #8C7361;
}
</style>