Shades of Beaver #90715C
Tints of Beaver #90715C
RGB
CMYK
RGB Variations
Color information
#90715C (or 0x90715C) is known color: Beaver. HEX triplet: 90, 71 and 5C. RGB value is (144,113,92). Sum of RGB (Red+Green+Blue) = 144+113+92=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #90715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90715C is #6F8EA3. Grayscale: #777777. Windows color (decimal): -7311012 or 6058384. OLE color: 6058384.
HSL color Cylindrical-coordinate representation of color #90715C: hue angle of 24.23º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90715C is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 113 | 92 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.44 |
| HSL | 24.23º | 0.22% | 0.46% | - |
| HSV(B) | 24.23º | 0.36% | 0.56% | - |
| XYZ | 19.34 | 18.51 | 12.68 | - |
| YUV | 119.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 113 | 92 | 0 | 0.22 | 0.36 | 0.44 | 24.23 | 0.22 | 0.46 |
| Hex | 90 | 71 | 5C | 0 | 16 | 24 | 2C | 18 | 16 | 2E |
| Octal | 220 | 161 | 134 | 0 | 26 | 44 | 54 | 30 | 26 | 56 |
| Binary | 10010000 | 1110001 | 1011100 | 0 | 10110 | 100100 | 101100 | 11000 | 10110 | 101110 |
Color Harmonies of #90715C
Complementary color
Monochromatic Colors of #90715C
Black with #90715C
Text Example
Text Example
White with #90715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90715C; }
p { color: rgb(144,113,92); }
H1.HeaderClassName
{
color: #90715C;
}
.AnyTagClassName
{
color: #90715C;
}
</style>
background-color css
<style>
a { background-color: #90715C; }
a { background-color: rgb(144,113,92); }
div.DivClassName
{
background-color: #90715C;
}
.BgClassName
{
background-color: #90715C;
}
</style>
border-color css
<style>
span { border-color: #90715C; }
span { border-color: rgb(144,113,92); }
td.TdClassName
{
border-color: #90715C;
}
.TagClassName
{
border-color: #90715C;
}
</style>