Shades of Beaver #98735D
Tints of Beaver #98735D
RGB
CMYK
RGB Variations
Color information
#98735D (or 0x98735D) is known color: Beaver. HEX triplet: 98, 73 and 5D. RGB value is (152,115,93). Sum of RGB (Red+Green+Blue) = 152+115+93=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98735D is #678CA2. Grayscale: #7B7B7B. Windows color (decimal): -6786211 or 6124440. OLE color: 6124440.
HSL color Cylindrical-coordinate representation of color #98735D: hue angle of 22.37º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98735D is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 93 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.40 |
| HSL | 22.37º | 0.24% | 0.48% | - |
| HSV(B) | 22.37º | 0.39% | 0.6% | - |
| XYZ | 21.06 | 19.73 | 13.05 | - |
| YUV | 123.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 93 | 0 | 0.24 | 0.39 | 0.40 | 22.37 | 0.24 | 0.48 |
| Hex | 98 | 73 | 5D | 0 | 18 | 27 | 28 | 16 | 18 | 30 |
| Octal | 230 | 163 | 135 | 0 | 30 | 47 | 50 | 26 | 30 | 60 |
| Binary | 10011000 | 1110011 | 1011101 | 0 | 11000 | 100111 | 101000 | 10110 | 11000 | 110000 |
Color Harmonies of #98735D
Complementary color
Monochromatic Colors of #98735D
Black with #98735D
Text Example
Text Example
White with #98735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98735D; }
p { color: rgb(152,115,93); }
H1.HeaderClassName
{
color: #98735D;
}
.AnyTagClassName
{
color: #98735D;
}
</style>
background-color css
<style>
a { background-color: #98735D; }
a { background-color: rgb(152,115,93); }
div.DivClassName
{
background-color: #98735D;
}
.BgClassName
{
background-color: #98735D;
}
</style>
border-color css
<style>
span { border-color: #98735D; }
span { border-color: rgb(152,115,93); }
td.TdClassName
{
border-color: #98735D;
}
.TagClassName
{
border-color: #98735D;
}
</style>