Shades of Beaver #90735F
Tints of Beaver #90735F
RGB
CMYK
RGB Variations
Color information
#90735F (or 0x90735F) is known color: Beaver. HEX triplet: 90, 73 and 5F. RGB value is (144,115,95). Sum of RGB (Red+Green+Blue) = 144+115+95=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90735F is #6F8CA0. Grayscale: #797979. Windows color (decimal): -7310497 or 6255504. OLE color: 6255504.
HSL color Cylindrical-coordinate representation of color #90735F: hue angle of 24.49º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90735F is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 115 | 95 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.44 |
| HSL | 24.49º | 0.21% | 0.47% | - |
| HSV(B) | 24.49º | 0.34% | 0.56% | - |
| XYZ | 19.7 | 19.02 | 13.46 | - |
| YUV | 121.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 95 | 0 | 0.20 | 0.34 | 0.44 | 24.49 | 0.21 | 0.47 |
| Hex | 90 | 73 | 5F | 0 | 14 | 22 | 2C | 18 | 15 | 2F |
| Octal | 220 | 163 | 137 | 0 | 24 | 42 | 54 | 30 | 25 | 57 |
| Binary | 10010000 | 1110011 | 1011111 | 0 | 10100 | 100010 | 101100 | 11000 | 10101 | 101111 |
Color Harmonies of #90735F
Complementary color
Monochromatic Colors of #90735F
Black with #90735F
Text Example
Text Example
White with #90735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90735F; }
p { color: rgb(144,115,95); }
H1.HeaderClassName
{
color: #90735F;
}
.AnyTagClassName
{
color: #90735F;
}
</style>
background-color css
<style>
a { background-color: #90735F; }
a { background-color: rgb(144,115,95); }
div.DivClassName
{
background-color: #90735F;
}
.BgClassName
{
background-color: #90735F;
}
</style>
border-color css
<style>
span { border-color: #90735F; }
span { border-color: rgb(144,115,95); }
td.TdClassName
{
border-color: #90735F;
}
.TagClassName
{
border-color: #90735F;
}
</style>