Shades of Beaver #99735C
Tints of Beaver #99735C
RGB
CMYK
RGB Variations
Color information
#99735C (or 0x99735C) is known color: Beaver. HEX triplet: 99, 73 and 5C. RGB value is (153,115,92). Sum of RGB (Red+Green+Blue) = 153+115+92=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99735C is #668CA3. Grayscale: #7B7B7B. Windows color (decimal): -6720676 or 6058905. OLE color: 6058905.
HSL color Cylindrical-coordinate representation of color #99735C: hue angle of 22.62º 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 #99735C is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 92 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.4 |
| HSL | 22.62º | 0.25% | 0.48% | - |
| HSV(B) | 22.62º | 0.4% | 0.6% | - |
| XYZ | 21.2 | 19.81 | 12.83 | - |
| YUV | 123.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 92 | 0 | 0.25 | 0.40 | 0.4 | 22.62 | 0.25 | 0.48 |
| Hex | 99 | 73 | 5C | 0 | 19 | 28 | 28 | 17 | 19 | 30 |
| Octal | 231 | 163 | 134 | 0 | 31 | 50 | 50 | 27 | 31 | 60 |
| Binary | 10011001 | 1110011 | 1011100 | 0 | 11001 | 101000 | 101000 | 10111 | 11001 | 110000 |
Color Harmonies of #99735C
Complementary color
Monochromatic Colors of #99735C
Black with #99735C
Text Example
Text Example
White with #99735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99735C; }
p { color: rgb(153,115,92); }
H1.HeaderClassName
{
color: #99735C;
}
.AnyTagClassName
{
color: #99735C;
}
</style>
background-color css
<style>
a { background-color: #99735C; }
a { background-color: rgb(153,115,92); }
div.DivClassName
{
background-color: #99735C;
}
.BgClassName
{
background-color: #99735C;
}
</style>
border-color css
<style>
span { border-color: #99735C; }
span { border-color: rgb(153,115,92); }
td.TdClassName
{
border-color: #99735C;
}
.TagClassName
{
border-color: #99735C;
}
</style>