Shades of Beaver #98735C
Tints of Beaver #98735C
RGB
CMYK
RGB Variations
Color information
#98735C (or 0x98735C) is known color: Beaver. HEX triplet: 98, 73 and 5C. RGB value is (152,115,92). Sum of RGB (Red+Green+Blue) = 152+115+92=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98735C is #678CA3. Grayscale: #7B7B7B. Windows color (decimal): -6786212 or 6058904. OLE color: 6058904.
HSL color Cylindrical-coordinate representation of color #98735C: hue angle of 23º degrees, saturation: 0.25, 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 #98735C is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 92 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.40 |
| HSL | 23º | 0.25% | 0.48% | - |
| HSV(B) | 23º | 0.39% | 0.6% | - |
| XYZ | 21.01 | 19.71 | 12.82 | - |
| YUV | 123.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 92 | 0 | 0.24 | 0.39 | 0.40 | 23 | 0.25 | 0.48 |
| Hex | 98 | 73 | 5C | 0 | 18 | 27 | 28 | 17 | 19 | 30 |
| Octal | 230 | 163 | 134 | 0 | 30 | 47 | 50 | 27 | 31 | 60 |
| Binary | 10011000 | 1110011 | 1011100 | 0 | 11000 | 100111 | 101000 | 10111 | 11001 | 110000 |
Color Harmonies of #98735C
Complementary color
Monochromatic Colors of #98735C
Black with #98735C
Text Example
Text Example
White with #98735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98735C; }
p { color: rgb(152,115,92); }
H1.HeaderClassName
{
color: #98735C;
}
.AnyTagClassName
{
color: #98735C;
}
</style>
background-color css
<style>
a { background-color: #98735C; }
a { background-color: rgb(152,115,92); }
div.DivClassName
{
background-color: #98735C;
}
.BgClassName
{
background-color: #98735C;
}
</style>
border-color css
<style>
span { border-color: #98735C; }
span { border-color: rgb(152,115,92); }
td.TdClassName
{
border-color: #98735C;
}
.TagClassName
{
border-color: #98735C;
}
</style>