Shades of Beaver #8C7368
Tints of Beaver #8C7368
RGB
CMYK
RGB Variations
Color information
#8C7368 (or 0x8C7368) is known color: Beaver. HEX triplet: 8C, 73 and 68. RGB value is (140,115,104). Sum of RGB (Red+Green+Blue) = 140+115+104=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7368 is #738C97. Grayscale: #797979. Windows color (decimal): -7572632 or 6845324. OLE color: 6845324.
HSL color Cylindrical-coordinate representation of color #8C7368: hue angle of 18.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C7368 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 104 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.45 |
| HSL | 18.33º | 0.15% | 0.48% | - |
| HSV(B) | 18.33º | 0.26% | 0.55% | - |
| XYZ | 19.44 | 18.84 | 15.71 | - |
| YUV | 121.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 104 | 0 | 0.18 | 0.26 | 0.45 | 18.33 | 0.15 | 0.48 |
| Hex | 8C | 73 | 68 | 0 | 12 | 1A | 2D | 12 | F | 30 |
| Octal | 214 | 163 | 150 | 0 | 22 | 32 | 55 | 22 | 17 | 60 |
| Binary | 10001100 | 1110011 | 1101000 | 0 | 10010 | 11010 | 101101 | 10010 | 1111 | 110000 |
Color Harmonies of #8C7368
Complementary color
Monochromatic Colors of #8C7368
Black with #8C7368
Text Example
Text Example
White with #8C7368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7368; }
p { color: rgb(140,115,104); }
H1.HeaderClassName
{
color: #8C7368;
}
.AnyTagClassName
{
color: #8C7368;
}
</style>
background-color css
<style>
a { background-color: #8C7368; }
a { background-color: rgb(140,115,104); }
div.DivClassName
{
background-color: #8C7368;
}
.BgClassName
{
background-color: #8C7368;
}
</style>
border-color css
<style>
span { border-color: #8C7368; }
span { border-color: rgb(140,115,104); }
td.TdClassName
{
border-color: #8C7368;
}
.TagClassName
{
border-color: #8C7368;
}
</style>