Shades of Beaver #90735E
Tints of Beaver #90735E
RGB
CMYK
RGB Variations
Color information
#90735E (or 0x90735E) is known color: Beaver. HEX triplet: 90, 73 and 5E. RGB value is (144,115,94). Sum of RGB (Red+Green+Blue) = 144+115+94=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #90735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90735E is #6F8CA1. Grayscale: #797979. Windows color (decimal): -7310498 or 6189968. OLE color: 6189968.
HSL color Cylindrical-coordinate representation of color #90735E: hue angle of 25.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90735E is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 115 | 94 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.44 |
| HSL | 25.2º | 0.21% | 0.47% | - |
| HSV(B) | 25.2º | 0.35% | 0.56% | - |
| XYZ | 19.65 | 19 | 13.22 | - |
| YUV | 121.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 94 | 0 | 0.20 | 0.35 | 0.44 | 25.2 | 0.21 | 0.47 |
| Hex | 90 | 73 | 5E | 0 | 14 | 23 | 2C | 19 | 15 | 2F |
| Octal | 220 | 163 | 136 | 0 | 24 | 43 | 54 | 31 | 25 | 57 |
| Binary | 10010000 | 1110011 | 1011110 | 0 | 10100 | 100011 | 101100 | 11001 | 10101 | 101111 |
Color Harmonies of #90735E
Complementary color
Monochromatic Colors of #90735E
Black with #90735E
Text Example
Text Example
White with #90735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90735E; }
p { color: rgb(144,115,94); }
H1.HeaderClassName
{
color: #90735E;
}
.AnyTagClassName
{
color: #90735E;
}
</style>
background-color css
<style>
a { background-color: #90735E; }
a { background-color: rgb(144,115,94); }
div.DivClassName
{
background-color: #90735E;
}
.BgClassName
{
background-color: #90735E;
}
</style>
border-color css
<style>
span { border-color: #90735E; }
span { border-color: rgb(144,115,94); }
td.TdClassName
{
border-color: #90735E;
}
.TagClassName
{
border-color: #90735E;
}
</style>