Shades of Beaver #8C7360
Tints of Beaver #8C7360
RGB
CMYK
RGB Variations
Color information
#8C7360 (or 0x8C7360) is known color: Beaver. HEX triplet: 8C, 73 and 60. RGB value is (140,115,96). Sum of RGB (Red+Green+Blue) = 140+115+96=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7360 is #738C9F. Grayscale: #787878. Windows color (decimal): -7572640 or 6321036. OLE color: 6321036.
HSL color Cylindrical-coordinate representation of color #8C7360: hue angle of 25.91º degrees, saturation: 0.19, 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 #8C7360 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 96 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.45 |
| HSL | 25.91º | 0.19% | 0.46% | - |
| HSV(B) | 25.91º | 0.31% | 0.55% | - |
| XYZ | 19.06 | 18.68 | 13.67 | - |
| YUV | 120.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 96 | 0 | 0.18 | 0.31 | 0.45 | 25.91 | 0.19 | 0.46 |
| Hex | 8C | 73 | 60 | 0 | 12 | 1F | 2D | 1A | 13 | 2E |
| Octal | 214 | 163 | 140 | 0 | 22 | 37 | 55 | 32 | 23 | 56 |
| Binary | 10001100 | 1110011 | 1100000 | 0 | 10010 | 11111 | 101101 | 11010 | 10011 | 101110 |
Color Harmonies of #8C7360
Complementary color
Monochromatic Colors of #8C7360
Black with #8C7360
Text Example
Text Example
White with #8C7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7360; }
p { color: rgb(140,115,96); }
H1.HeaderClassName
{
color: #8C7360;
}
.AnyTagClassName
{
color: #8C7360;
}
</style>
background-color css
<style>
a { background-color: #8C7360; }
a { background-color: rgb(140,115,96); }
div.DivClassName
{
background-color: #8C7360;
}
.BgClassName
{
background-color: #8C7360;
}
</style>
border-color css
<style>
span { border-color: #8C7360; }
span { border-color: rgb(140,115,96); }
td.TdClassName
{
border-color: #8C7360;
}
.TagClassName
{
border-color: #8C7360;
}
</style>