Shades of Beaver #99745B
Tints of Beaver #99745B
RGB
CMYK
RGB Variations
Color information
#99745B (or 0x99745B) is known color: Beaver. HEX triplet: 99, 74 and 5B. RGB value is (153,116,91). Sum of RGB (Red+Green+Blue) = 153+116+91=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99745B is #668BA4. Grayscale: #7C7C7C. Windows color (decimal): -6720421 or 5993625. OLE color: 5993625.
HSL color Cylindrical-coordinate representation of color #99745B: hue angle of 24.19º 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 #99745B is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 91 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.4 |
| HSL | 24.19º | 0.25% | 0.48% | - |
| HSV(B) | 24.19º | 0.41% | 0.6% | - |
| XYZ | 21.27 | 20.02 | 12.64 | - |
| YUV | 124.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 91 | 0 | 0.24 | 0.41 | 0.4 | 24.19 | 0.25 | 0.48 |
| Hex | 99 | 74 | 5B | 0 | 18 | 29 | 28 | 18 | 19 | 30 |
| Octal | 231 | 164 | 133 | 0 | 30 | 51 | 50 | 30 | 31 | 60 |
| Binary | 10011001 | 1110100 | 1011011 | 0 | 11000 | 101001 | 101000 | 11000 | 11001 | 110000 |
Color Harmonies of #99745B
Complementary color
Monochromatic Colors of #99745B
Black with #99745B
Text Example
Text Example
White with #99745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99745B; }
p { color: rgb(153,116,91); }
H1.HeaderClassName
{
color: #99745B;
}
.AnyTagClassName
{
color: #99745B;
}
</style>
background-color css
<style>
a { background-color: #99745B; }
a { background-color: rgb(153,116,91); }
div.DivClassName
{
background-color: #99745B;
}
.BgClassName
{
background-color: #99745B;
}
</style>
border-color css
<style>
span { border-color: #99745B; }
span { border-color: rgb(153,116,91); }
td.TdClassName
{
border-color: #99745B;
}
.TagClassName
{
border-color: #99745B;
}
</style>