Shades of Beaver #99725C
Tints of Beaver #99725C
RGB
CMYK
RGB Variations
Color information
#99725C (or 0x99725C) is known color: Beaver. HEX triplet: 99, 72 and 5C. RGB value is (153,114,92). Sum of RGB (Red+Green+Blue) = 153+114+92=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99725C is #668DA3. Grayscale: #7B7B7B. Windows color (decimal): -6720932 or 6058649. OLE color: 6058649.
HSL color Cylindrical-coordinate representation of color #99725C: hue angle of 21.64º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99725C is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 92 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.4 |
| HSL | 21.64º | 0.25% | 0.48% | - |
| HSV(B) | 21.64º | 0.4% | 0.6% | - |
| XYZ | 21.09 | 19.58 | 12.79 | - |
| YUV | 123.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 92 | 0 | 0.25 | 0.40 | 0.4 | 21.64 | 0.25 | 0.48 |
| Hex | 99 | 72 | 5C | 0 | 19 | 28 | 28 | 16 | 19 | 30 |
| Octal | 231 | 162 | 134 | 0 | 31 | 50 | 50 | 26 | 31 | 60 |
| Binary | 10011001 | 1110010 | 1011100 | 0 | 11001 | 101000 | 101000 | 10110 | 11001 | 110000 |
Color Harmonies of #99725C
Complementary color
Monochromatic Colors of #99725C
Black with #99725C
Text Example
Text Example
White with #99725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99725C; }
p { color: rgb(153,114,92); }
H1.HeaderClassName
{
color: #99725C;
}
.AnyTagClassName
{
color: #99725C;
}
</style>
background-color css
<style>
a { background-color: #99725C; }
a { background-color: rgb(153,114,92); }
div.DivClassName
{
background-color: #99725C;
}
.BgClassName
{
background-color: #99725C;
}
</style>
border-color css
<style>
span { border-color: #99725C; }
span { border-color: rgb(153,114,92); }
td.TdClassName
{
border-color: #99725C;
}
.TagClassName
{
border-color: #99725C;
}
</style>