Shades of Beaver #947363
Tints of Beaver #947363
RGB
CMYK
RGB Variations
Color information
#947363 (or 0x947363) is known color: Beaver. HEX triplet: 94, 73 and 63. RGB value is (148,115,99). Sum of RGB (Red+Green+Blue) = 148+115+99=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #947363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947363 is #6B8C9C. Grayscale: #7B7B7B. Windows color (decimal): -7048349 or 6517652. OLE color: 6517652.
HSL color Cylindrical-coordinate representation of color #947363: hue angle of 19.59º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #947363 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 115 | 99 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.42 |
| HSL | 19.59º | 0.2% | 0.48% | - |
| HSV(B) | 19.59º | 0.33% | 0.58% | - |
| XYZ | 20.6 | 19.46 | 14.47 | - |
| YUV | 123.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 99 | 0 | 0.22 | 0.33 | 0.42 | 19.59 | 0.2 | 0.48 |
| Hex | 94 | 73 | 63 | 0 | 16 | 21 | 2A | 14 | 14 | 30 |
| Octal | 224 | 163 | 143 | 0 | 26 | 41 | 52 | 24 | 24 | 60 |
| Binary | 10010100 | 1110011 | 1100011 | 0 | 10110 | 100001 | 101010 | 10100 | 10100 | 110000 |
Color Harmonies of #947363
Complementary color
Monochromatic Colors of #947363
Black with #947363
Text Example
Text Example
White with #947363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947363; }
p { color: rgb(148,115,99); }
H1.HeaderClassName
{
color: #947363;
}
.AnyTagClassName
{
color: #947363;
}
</style>
background-color css
<style>
a { background-color: #947363; }
a { background-color: rgb(148,115,99); }
div.DivClassName
{
background-color: #947363;
}
.BgClassName
{
background-color: #947363;
}
</style>
border-color css
<style>
span { border-color: #947363; }
span { border-color: rgb(148,115,99); }
td.TdClassName
{
border-color: #947363;
}
.TagClassName
{
border-color: #947363;
}
</style>