Shades of Beaver #947365
Tints of Beaver #947365
RGB
CMYK
RGB Variations
Color information
#947365 (or 0x947365) is known color: Beaver. HEX triplet: 94, 73 and 65. RGB value is (148,115,101). Sum of RGB (Red+Green+Blue) = 148+115+101=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #947365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947365 is #6B8C9A. Grayscale: #7B7B7B. Windows color (decimal): -7048347 or 6648724. OLE color: 6648724.
HSL color Cylindrical-coordinate representation of color #947365: hue angle of 17.87º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #947365 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 115 | 101 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.42 |
| HSL | 17.87º | 0.19% | 0.49% | - |
| HSV(B) | 17.87º | 0.32% | 0.58% | - |
| XYZ | 20.69 | 19.5 | 14.98 | - |
| YUV | 123.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 101 | 0 | 0.22 | 0.32 | 0.42 | 17.87 | 0.19 | 0.49 |
| Hex | 94 | 73 | 65 | 0 | 16 | 20 | 2A | 12 | 13 | 31 |
| Octal | 224 | 163 | 145 | 0 | 26 | 40 | 52 | 22 | 23 | 61 |
| Binary | 10010100 | 1110011 | 1100101 | 0 | 10110 | 100000 | 101010 | 10010 | 10011 | 110001 |
Color Harmonies of #947365
Complementary color
Monochromatic Colors of #947365
Black with #947365
Text Example
Text Example
White with #947365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947365; }
p { color: rgb(148,115,101); }
H1.HeaderClassName
{
color: #947365;
}
.AnyTagClassName
{
color: #947365;
}
</style>
background-color css
<style>
a { background-color: #947365; }
a { background-color: rgb(148,115,101); }
div.DivClassName
{
background-color: #947365;
}
.BgClassName
{
background-color: #947365;
}
</style>
border-color css
<style>
span { border-color: #947365; }
span { border-color: rgb(148,115,101); }
td.TdClassName
{
border-color: #947365;
}
.TagClassName
{
border-color: #947365;
}
</style>