Shades of Beaver #98745A
Tints of Beaver #98745A
RGB
CMYK
RGB Variations
Color information
#98745A (or 0x98745A) is known color: Beaver. HEX triplet: 98, 74 and 5A. RGB value is (152,116,90). Sum of RGB (Red+Green+Blue) = 152+116+90=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98745A is #678BA5. Grayscale: #7B7B7B. Windows color (decimal): -6785958 or 5928088. OLE color: 5928088.
HSL color Cylindrical-coordinate representation of color #98745A: hue angle of 25.16º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98745A is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 90 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.40 |
| HSL | 25.16º | 0.26% | 0.47% | - |
| HSV(B) | 25.16º | 0.41% | 0.6% | - |
| XYZ | 21.04 | 19.9 | 12.41 | - |
| YUV | 123.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 90 | 0 | 0.24 | 0.41 | 0.40 | 25.16 | 0.26 | 0.47 |
| Hex | 98 | 74 | 5A | 0 | 18 | 29 | 28 | 19 | 1A | 2F |
| Octal | 230 | 164 | 132 | 0 | 30 | 51 | 50 | 31 | 32 | 57 |
| Binary | 10011000 | 1110100 | 1011010 | 0 | 11000 | 101001 | 101000 | 11001 | 11010 | 101111 |
Color Harmonies of #98745A
Complementary color
Monochromatic Colors of #98745A
Black with #98745A
Text Example
Text Example
White with #98745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98745A; }
p { color: rgb(152,116,90); }
H1.HeaderClassName
{
color: #98745A;
}
.AnyTagClassName
{
color: #98745A;
}
</style>
background-color css
<style>
a { background-color: #98745A; }
a { background-color: rgb(152,116,90); }
div.DivClassName
{
background-color: #98745A;
}
.BgClassName
{
background-color: #98745A;
}
</style>
border-color css
<style>
span { border-color: #98745A; }
span { border-color: rgb(152,116,90); }
td.TdClassName
{
border-color: #98745A;
}
.TagClassName
{
border-color: #98745A;
}
</style>