Shades of Beaver #95705C
Tints of Beaver #95705C
RGB
CMYK
RGB Variations
Color information
#95705C (or 0x95705C) is known color: Beaver. HEX triplet: 95, 70 and 5C. RGB value is (149,112,92). Sum of RGB (Red+Green+Blue) = 149+112+92=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #95705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95705C is #6A8FA3. Grayscale: #787878. Windows color (decimal): -6983588 or 6058133. OLE color: 6058133.
HSL color Cylindrical-coordinate representation of color #95705C: hue angle of 21.05º 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 #95705C is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 112 | 92 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.42 |
| HSL | 21.05º | 0.24% | 0.47% | - |
| HSV(B) | 21.05º | 0.38% | 0.58% | - |
| XYZ | 20.12 | 18.75 | 12.68 | - |
| YUV | 120.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 92 | 0 | 0.25 | 0.38 | 0.42 | 21.05 | 0.24 | 0.47 |
| Hex | 95 | 70 | 5C | 0 | 19 | 26 | 2A | 15 | 18 | 2F |
| Octal | 225 | 160 | 134 | 0 | 31 | 46 | 52 | 25 | 30 | 57 |
| Binary | 10010101 | 1110000 | 1011100 | 0 | 11001 | 100110 | 101010 | 10101 | 11000 | 101111 |
Color Harmonies of #95705C
Complementary color
Monochromatic Colors of #95705C
Black with #95705C
Text Example
Text Example
White with #95705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95705C; }
p { color: rgb(149,112,92); }
H1.HeaderClassName
{
color: #95705C;
}
.AnyTagClassName
{
color: #95705C;
}
</style>
background-color css
<style>
a { background-color: #95705C; }
a { background-color: rgb(149,112,92); }
div.DivClassName
{
background-color: #95705C;
}
.BgClassName
{
background-color: #95705C;
}
</style>
border-color css
<style>
span { border-color: #95705C; }
span { border-color: rgb(149,112,92); }
td.TdClassName
{
border-color: #95705C;
}
.TagClassName
{
border-color: #95705C;
}
</style>