Shades of Beaver #94715E
Tints of Beaver #94715E
RGB
CMYK
RGB Variations
Color information
#94715E (or 0x94715E) is known color: Beaver. HEX triplet: 94, 71 and 5E. RGB value is (148,113,94). Sum of RGB (Red+Green+Blue) = 148+113+94=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #94715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94715E is #6B8EA1. Grayscale: #797979. Windows color (decimal): -7048866 or 6189460. OLE color: 6189460.
HSL color Cylindrical-coordinate representation of color #94715E: hue angle of 21.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94715E is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 113 | 94 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.42 |
| HSL | 21.11º | 0.22% | 0.47% | - |
| HSV(B) | 21.11º | 0.36% | 0.58% | - |
| XYZ | 20.14 | 18.91 | 13.18 | - |
| YUV | 121.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 94 | 0 | 0.24 | 0.36 | 0.42 | 21.11 | 0.22 | 0.47 |
| Hex | 94 | 71 | 5E | 0 | 18 | 24 | 2A | 15 | 16 | 2F |
| Octal | 224 | 161 | 136 | 0 | 30 | 44 | 52 | 25 | 26 | 57 |
| Binary | 10010100 | 1110001 | 1011110 | 0 | 11000 | 100100 | 101010 | 10101 | 10110 | 101111 |
Color Harmonies of #94715E
Complementary color
Monochromatic Colors of #94715E
Black with #94715E
Text Example
Text Example
White with #94715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94715E; }
p { color: rgb(148,113,94); }
H1.HeaderClassName
{
color: #94715E;
}
.AnyTagClassName
{
color: #94715E;
}
</style>
background-color css
<style>
a { background-color: #94715E; }
a { background-color: rgb(148,113,94); }
div.DivClassName
{
background-color: #94715E;
}
.BgClassName
{
background-color: #94715E;
}
</style>
border-color css
<style>
span { border-color: #94715E; }
span { border-color: rgb(148,113,94); }
td.TdClassName
{
border-color: #94715E;
}
.TagClassName
{
border-color: #94715E;
}
</style>