Shades of Beaver #897163
Tints of Beaver #897163
RGB
CMYK
RGB Variations
Color information
#897163 (or 0x897163) is known color: Beaver. HEX triplet: 89, 71 and 63. RGB value is (137,113,99). Sum of RGB (Red+Green+Blue) = 137+113+99=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #897163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897163 is #768E9C. Grayscale: #767676. Windows color (decimal): -7769757 or 6517129. OLE color: 6517129.
HSL color Cylindrical-coordinate representation of color #897163: hue angle of 22.11º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #897163 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 113 | 99 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.46 |
| HSL | 22.11º | 0.16% | 0.46% | - |
| HSV(B) | 22.11º | 0.28% | 0.54% | - |
| XYZ | 18.47 | 18.03 | 14.31 | - |
| YUV | 118.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 99 | 0 | 0.18 | 0.28 | 0.46 | 22.11 | 0.16 | 0.46 |
| Hex | 89 | 71 | 63 | 0 | 12 | 1C | 2E | 16 | 10 | 2E |
| Octal | 211 | 161 | 143 | 0 | 22 | 34 | 56 | 26 | 20 | 56 |
| Binary | 10001001 | 1110001 | 1100011 | 0 | 10010 | 11100 | 101110 | 10110 | 10000 | 101110 |
Color Harmonies of #897163
Complementary color
Monochromatic Colors of #897163
Black with #897163
Text Example
Text Example
White with #897163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897163; }
p { color: rgb(137,113,99); }
H1.HeaderClassName
{
color: #897163;
}
.AnyTagClassName
{
color: #897163;
}
</style>
background-color css
<style>
a { background-color: #897163; }
a { background-color: rgb(137,113,99); }
div.DivClassName
{
background-color: #897163;
}
.BgClassName
{
background-color: #897163;
}
</style>
border-color css
<style>
span { border-color: #897163; }
span { border-color: rgb(137,113,99); }
td.TdClassName
{
border-color: #897163;
}
.TagClassName
{
border-color: #897163;
}
</style>