Shades of Beaver #92735C
Tints of Beaver #92735C
RGB
CMYK
RGB Variations
Color information
#92735C (or 0x92735C) is known color: Beaver. HEX triplet: 92, 73 and 5C. RGB value is (146,115,92). Sum of RGB (Red+Green+Blue) = 146+115+92=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #92735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92735C is #6D8CA3. Grayscale: #797979. Windows color (decimal): -7179428 or 6058898. OLE color: 6058898.
HSL color Cylindrical-coordinate representation of color #92735C: hue angle of 25.56º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92735C is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 115 | 92 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.43 |
| HSL | 25.56º | 0.23% | 0.47% | - |
| HSV(B) | 25.56º | 0.37% | 0.57% | - |
| XYZ | 19.92 | 19.15 | 12.77 | - |
| YUV | 121.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 92 | 0 | 0.21 | 0.37 | 0.43 | 25.56 | 0.23 | 0.47 |
| Hex | 92 | 73 | 5C | 0 | 15 | 25 | 2B | 1A | 17 | 2F |
| Octal | 222 | 163 | 134 | 0 | 25 | 45 | 53 | 32 | 27 | 57 |
| Binary | 10010010 | 1110011 | 1011100 | 0 | 10101 | 100101 | 101011 | 11010 | 10111 | 101111 |
Color Harmonies of #92735C
Complementary color
Monochromatic Colors of #92735C
Black with #92735C
Text Example
Text Example
White with #92735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92735C; }
p { color: rgb(146,115,92); }
H1.HeaderClassName
{
color: #92735C;
}
.AnyTagClassName
{
color: #92735C;
}
</style>
background-color css
<style>
a { background-color: #92735C; }
a { background-color: rgb(146,115,92); }
div.DivClassName
{
background-color: #92735C;
}
.BgClassName
{
background-color: #92735C;
}
</style>
border-color css
<style>
span { border-color: #92735C; }
span { border-color: rgb(146,115,92); }
td.TdClassName
{
border-color: #92735C;
}
.TagClassName
{
border-color: #92735C;
}
</style>