Shades of Beaver #9B7359
Tints of Beaver #9B7359
RGB
CMYK
RGB Variations
Color information
#9B7359 (or 0x9B7359) is known color: Beaver. HEX triplet: 9B, 73 and 59. RGB value is (155,115,89). Sum of RGB (Red+Green+Blue) = 155+115+89=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7359 is #648CA6. Grayscale: #7C7C7C. Windows color (decimal): -6589607 or 5862299. OLE color: 5862299.
HSL color Cylindrical-coordinate representation of color #9B7359: hue angle of 23.64º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B7359 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 115 | 89 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.39 |
| HSL | 23.64º | 0.27% | 0.48% | - |
| HSV(B) | 23.64º | 0.43% | 0.61% | - |
| XYZ | 21.45 | 19.95 | 12.17 | - |
| YUV | 124 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 89 | 0 | 0.26 | 0.43 | 0.39 | 23.64 | 0.27 | 0.48 |
| Hex | 9B | 73 | 59 | 0 | 1A | 2B | 27 | 18 | 1B | 30 |
| Octal | 233 | 163 | 131 | 0 | 32 | 53 | 47 | 30 | 33 | 60 |
| Binary | 10011011 | 1110011 | 1011001 | 0 | 11010 | 101011 | 100111 | 11000 | 11011 | 110000 |
Color Harmonies of #9B7359
Complementary color
Monochromatic Colors of #9B7359
Black with #9B7359
Text Example
Text Example
White with #9B7359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7359; }
p { color: rgb(155,115,89); }
H1.HeaderClassName
{
color: #9B7359;
}
.AnyTagClassName
{
color: #9B7359;
}
</style>
background-color css
<style>
a { background-color: #9B7359; }
a { background-color: rgb(155,115,89); }
div.DivClassName
{
background-color: #9B7359;
}
.BgClassName
{
background-color: #9B7359;
}
</style>
border-color css
<style>
span { border-color: #9B7359; }
span { border-color: rgb(155,115,89); }
td.TdClassName
{
border-color: #9B7359;
}
.TagClassName
{
border-color: #9B7359;
}
</style>