Shades of Beaver #947262
Tints of Beaver #947262
RGB
CMYK
RGB Variations
Color information
#947262 (or 0x947262) is known color: Beaver. HEX triplet: 94, 72 and 62. RGB value is (148,114,98). Sum of RGB (Red+Green+Blue) = 148+114+98=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #947262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947262 is #6B8D9D. Grayscale: #7A7A7A. Windows color (decimal): -7048606 or 6451860. OLE color: 6451860.
HSL color Cylindrical-coordinate representation of color #947262: hue angle of 19.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #947262 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 114 | 98 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.42 |
| HSL | 19.2º | 0.2% | 0.48% | - |
| HSV(B) | 19.2º | 0.34% | 0.58% | - |
| XYZ | 20.43 | 19.21 | 14.19 | - |
| YUV | 122.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 98 | 0 | 0.23 | 0.34 | 0.42 | 19.2 | 0.2 | 0.48 |
| Hex | 94 | 72 | 62 | 0 | 17 | 22 | 2A | 13 | 14 | 30 |
| Octal | 224 | 162 | 142 | 0 | 27 | 42 | 52 | 23 | 24 | 60 |
| Binary | 10010100 | 1110010 | 1100010 | 0 | 10111 | 100010 | 101010 | 10011 | 10100 | 110000 |
Color Harmonies of #947262
Complementary color
Monochromatic Colors of #947262
Black with #947262
Text Example
Text Example
White with #947262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947262; }
p { color: rgb(148,114,98); }
H1.HeaderClassName
{
color: #947262;
}
.AnyTagClassName
{
color: #947262;
}
</style>
background-color css
<style>
a { background-color: #947262; }
a { background-color: rgb(148,114,98); }
div.DivClassName
{
background-color: #947262;
}
.BgClassName
{
background-color: #947262;
}
</style>
border-color css
<style>
span { border-color: #947262; }
span { border-color: rgb(148,114,98); }
td.TdClassName
{
border-color: #947262;
}
.TagClassName
{
border-color: #947262;
}
</style>