Shades of Beaver #95705D
Tints of Beaver #95705D
RGB
CMYK
RGB Variations
Color information
#95705D (or 0x95705D) is known color: Beaver. HEX triplet: 95, 70 and 5D. RGB value is (149,112,93). Sum of RGB (Red+Green+Blue) = 149+112+93=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95705D is #6A8FA2. Grayscale: #797979. Windows color (decimal): -6983587 or 6123669. OLE color: 6123669.
HSL color Cylindrical-coordinate representation of color #95705D: hue angle of 20.36º degrees, saturation: 0.23, 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 #95705D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 112 | 93 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.42 |
| HSL | 20.36º | 0.23% | 0.47% | - |
| HSV(B) | 20.36º | 0.38% | 0.58% | - |
| XYZ | 20.16 | 18.77 | 12.92 | - |
| YUV | 120.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 93 | 0 | 0.25 | 0.38 | 0.42 | 20.36 | 0.23 | 0.47 |
| Hex | 95 | 70 | 5D | 0 | 19 | 26 | 2A | 14 | 17 | 2F |
| Octal | 225 | 160 | 135 | 0 | 31 | 46 | 52 | 24 | 27 | 57 |
| Binary | 10010101 | 1110000 | 1011101 | 0 | 11001 | 100110 | 101010 | 10100 | 10111 | 101111 |
Color Harmonies of #95705D
Complementary color
Monochromatic Colors of #95705D
Black with #95705D
Text Example
Text Example
White with #95705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95705D; }
p { color: rgb(149,112,93); }
H1.HeaderClassName
{
color: #95705D;
}
.AnyTagClassName
{
color: #95705D;
}
</style>
background-color css
<style>
a { background-color: #95705D; }
a { background-color: rgb(149,112,93); }
div.DivClassName
{
background-color: #95705D;
}
.BgClassName
{
background-color: #95705D;
}
</style>
border-color css
<style>
span { border-color: #95705D; }
span { border-color: rgb(149,112,93); }
td.TdClassName
{
border-color: #95705D;
}
.TagClassName
{
border-color: #95705D;
}
</style>