Shades of Beaver #95715C
Tints of Beaver #95715C
RGB
CMYK
RGB Variations
Color information
#95715C (or 0x95715C) is known color: Beaver. HEX triplet: 95, 71 and 5C. RGB value is (149,113,92). Sum of RGB (Red+Green+Blue) = 149+113+92=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95715C is #6A8EA3. Grayscale: #797979. Windows color (decimal): -6983332 or 6058389. OLE color: 6058389.
HSL color Cylindrical-coordinate representation of color #95715C: hue angle of 22.11º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95715C is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 92 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.42 |
| HSL | 22.11º | 0.24% | 0.47% | - |
| HSV(B) | 22.11º | 0.38% | 0.58% | - |
| XYZ | 20.23 | 18.97 | 12.72 | - |
| YUV | 121.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 92 | 0 | 0.24 | 0.38 | 0.42 | 22.11 | 0.24 | 0.47 |
| Hex | 95 | 71 | 5C | 0 | 18 | 26 | 2A | 16 | 18 | 2F |
| Octal | 225 | 161 | 134 | 0 | 30 | 46 | 52 | 26 | 30 | 57 |
| Binary | 10010101 | 1110001 | 1011100 | 0 | 11000 | 100110 | 101010 | 10110 | 11000 | 101111 |
Color Harmonies of #95715C
Complementary color
Monochromatic Colors of #95715C
Black with #95715C
Text Example
Text Example
White with #95715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95715C; }
p { color: rgb(149,113,92); }
H1.HeaderClassName
{
color: #95715C;
}
.AnyTagClassName
{
color: #95715C;
}
</style>
background-color css
<style>
a { background-color: #95715C; }
a { background-color: rgb(149,113,92); }
div.DivClassName
{
background-color: #95715C;
}
.BgClassName
{
background-color: #95715C;
}
</style>
border-color css
<style>
span { border-color: #95715C; }
span { border-color: rgb(149,113,92); }
td.TdClassName
{
border-color: #95715C;
}
.TagClassName
{
border-color: #95715C;
}
</style>