Shades of Beaver #95715E
Tints of Beaver #95715E
RGB
CMYK
RGB Variations
Color information
#95715E (or 0x95715E) is known color: Beaver. HEX triplet: 95, 71 and 5E. RGB value is (149,113,94). Sum of RGB (Red+Green+Blue) = 149+113+94=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95715E is #6A8EA1. Grayscale: #797979. Windows color (decimal): -6983330 or 6189461. OLE color: 6189461.
HSL color Cylindrical-coordinate representation of color #95715E: hue angle of 20.73º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95715E is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 94 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.42 |
| HSL | 20.73º | 0.23% | 0.48% | - |
| HSV(B) | 20.73º | 0.37% | 0.58% | - |
| XYZ | 20.32 | 19.01 | 13.19 | - |
| YUV | 121.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 94 | 0 | 0.24 | 0.37 | 0.42 | 20.73 | 0.23 | 0.48 |
| Hex | 95 | 71 | 5E | 0 | 18 | 25 | 2A | 15 | 17 | 30 |
| Octal | 225 | 161 | 136 | 0 | 30 | 45 | 52 | 25 | 27 | 60 |
| Binary | 10010101 | 1110001 | 1011110 | 0 | 11000 | 100101 | 101010 | 10101 | 10111 | 110000 |
Color Harmonies of #95715E
Complementary color
Monochromatic Colors of #95715E
Black with #95715E
Text Example
Text Example
White with #95715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95715E; }
p { color: rgb(149,113,94); }
H1.HeaderClassName
{
color: #95715E;
}
.AnyTagClassName
{
color: #95715E;
}
</style>
background-color css
<style>
a { background-color: #95715E; }
a { background-color: rgb(149,113,94); }
div.DivClassName
{
background-color: #95715E;
}
.BgClassName
{
background-color: #95715E;
}
</style>
border-color css
<style>
span { border-color: #95715E; }
span { border-color: rgb(149,113,94); }
td.TdClassName
{
border-color: #95715E;
}
.TagClassName
{
border-color: #95715E;
}
</style>