Shades of Beaver #9B7057
Tints of Beaver #9B7057
RGB
CMYK
RGB Variations
Color information
#9B7057 (or 0x9B7057) is known color: Beaver. HEX triplet: 9B, 70 and 57. RGB value is (155,112,87). Sum of RGB (Red+Green+Blue) = 155+112+87=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7057 is #648FA8. Grayscale: #7A7A7A. Windows color (decimal): -6590377 or 5730459. OLE color: 5730459.
HSL color Cylindrical-coordinate representation of color #9B7057: hue angle of 22.06º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B7057 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 87 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.39 |
| HSL | 22.06º | 0.28% | 0.47% | - |
| HSV(B) | 22.06º | 0.44% | 0.61% | - |
| XYZ | 21.03 | 19.25 | 11.62 | - |
| YUV | 122.01 | 108.25 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 87 | 0 | 0.28 | 0.44 | 0.39 | 22.06 | 0.28 | 0.47 |
| Hex | 9B | 70 | 57 | 0 | 1C | 2C | 27 | 16 | 1C | 2F |
| Octal | 233 | 160 | 127 | 0 | 34 | 54 | 47 | 26 | 34 | 57 |
| Binary | 10011011 | 1110000 | 1010111 | 0 | 11100 | 101100 | 100111 | 10110 | 11100 | 101111 |
Color Harmonies of #9B7057
Complementary color
Monochromatic Colors of #9B7057
Black with #9B7057
Text Example
Text Example
White with #9B7057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7057; }
p { color: rgb(155,112,87); }
H1.HeaderClassName
{
color: #9B7057;
}
.AnyTagClassName
{
color: #9B7057;
}
</style>
background-color css
<style>
a { background-color: #9B7057; }
a { background-color: rgb(155,112,87); }
div.DivClassName
{
background-color: #9B7057;
}
.BgClassName
{
background-color: #9B7057;
}
</style>
border-color css
<style>
span { border-color: #9B7057; }
span { border-color: rgb(155,112,87); }
td.TdClassName
{
border-color: #9B7057;
}
.TagClassName
{
border-color: #9B7057;
}
</style>