Shades of Beaver #9A735B
Tints of Beaver #9A735B
RGB
CMYK
RGB Variations
Color information
#9A735B (or 0x9A735B) is known color: Beaver. HEX triplet: 9A, 73 and 5B. RGB value is (154,115,91). Sum of RGB (Red+Green+Blue) = 154+115+91=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 154 - color contains mainly: red. Hex color #9A735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A735B is #658CA4. Grayscale: #7C7C7C. Windows color (decimal): -6655141 or 5993370. OLE color: 5993370.
HSL color Cylindrical-coordinate representation of color #9A735B: hue angle of 22.86º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A735B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 115 | 91 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.40 |
| HSL | 22.86º | 0.26% | 0.48% | - |
| HSV(B) | 22.86º | 0.41% | 0.6% | - |
| XYZ | 21.35 | 19.89 | 12.61 | - |
| YUV | 123.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 91 | 0 | 0.25 | 0.41 | 0.40 | 22.86 | 0.26 | 0.48 |
| Hex | 9A | 73 | 5B | 0 | 19 | 29 | 28 | 17 | 1A | 30 |
| Octal | 232 | 163 | 133 | 0 | 31 | 51 | 50 | 27 | 32 | 60 |
| Binary | 10011010 | 1110011 | 1011011 | 0 | 11001 | 101001 | 101000 | 10111 | 11010 | 110000 |
Color Harmonies of #9A735B
Complementary color
Monochromatic Colors of #9A735B
Black with #9A735B
Text Example
Text Example
White with #9A735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A735B; }
p { color: rgb(154,115,91); }
H1.HeaderClassName
{
color: #9A735B;
}
.AnyTagClassName
{
color: #9A735B;
}
</style>
background-color css
<style>
a { background-color: #9A735B; }
a { background-color: rgb(154,115,91); }
div.DivClassName
{
background-color: #9A735B;
}
.BgClassName
{
background-color: #9A735B;
}
</style>
border-color css
<style>
span { border-color: #9A735B; }
span { border-color: rgb(154,115,91); }
td.TdClassName
{
border-color: #9A735B;
}
.TagClassName
{
border-color: #9A735B;
}
</style>