Shades of Beaver #99725B
Tints of Beaver #99725B
RGB
CMYK
RGB Variations
Color information
#99725B (or 0x99725B) is known color: Beaver. HEX triplet: 99, 72 and 5B. RGB value is (153,114,91). Sum of RGB (Red+Green+Blue) = 153+114+91=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #99725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99725B is #668DA4. Grayscale: #7B7B7B. Windows color (decimal): -6720933 or 5993113. OLE color: 5993113.
HSL color Cylindrical-coordinate representation of color #99725B: hue angle of 22.26º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99725B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 91 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.4 |
| HSL | 22.26º | 0.25% | 0.48% | - |
| HSV(B) | 22.26º | 0.41% | 0.6% | - |
| XYZ | 21.04 | 19.56 | 12.56 | - |
| YUV | 123.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 91 | 0 | 0.25 | 0.41 | 0.4 | 22.26 | 0.25 | 0.48 |
| Hex | 99 | 72 | 5B | 0 | 19 | 29 | 28 | 16 | 19 | 30 |
| Octal | 231 | 162 | 133 | 0 | 31 | 51 | 50 | 26 | 31 | 60 |
| Binary | 10011001 | 1110010 | 1011011 | 0 | 11001 | 101001 | 101000 | 10110 | 11001 | 110000 |
Color Harmonies of #99725B
Complementary color
Monochromatic Colors of #99725B
Black with #99725B
Text Example
Text Example
White with #99725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99725B; }
p { color: rgb(153,114,91); }
H1.HeaderClassName
{
color: #99725B;
}
.AnyTagClassName
{
color: #99725B;
}
</style>
background-color css
<style>
a { background-color: #99725B; }
a { background-color: rgb(153,114,91); }
div.DivClassName
{
background-color: #99725B;
}
.BgClassName
{
background-color: #99725B;
}
</style>
border-color css
<style>
span { border-color: #99725B; }
span { border-color: rgb(153,114,91); }
td.TdClassName
{
border-color: #99725B;
}
.TagClassName
{
border-color: #99725B;
}
</style>