Shades of Beaver #92715D
Tints of Beaver #92715D
RGB
CMYK
RGB Variations
Color information
#92715D (or 0x92715D) is known color: Beaver. HEX triplet: 92, 71 and 5D. RGB value is (146,113,93). Sum of RGB (Red+Green+Blue) = 146+113+93=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #92715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92715D is #6D8EA2. Grayscale: #787878. Windows color (decimal): -7179939 or 6123922. OLE color: 6123922.
HSL color Cylindrical-coordinate representation of color #92715D: hue angle of 22.64º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92715D is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 113 | 93 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.43 |
| HSL | 22.64º | 0.22% | 0.47% | - |
| HSV(B) | 22.64º | 0.36% | 0.57% | - |
| XYZ | 19.73 | 18.71 | 12.93 | - |
| YUV | 120.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 93 | 0 | 0.23 | 0.36 | 0.43 | 22.64 | 0.22 | 0.47 |
| Hex | 92 | 71 | 5D | 0 | 17 | 24 | 2B | 17 | 16 | 2F |
| Octal | 222 | 161 | 135 | 0 | 27 | 44 | 53 | 27 | 26 | 57 |
| Binary | 10010010 | 1110001 | 1011101 | 0 | 10111 | 100100 | 101011 | 10111 | 10110 | 101111 |
Color Harmonies of #92715D
Complementary color
Monochromatic Colors of #92715D
Black with #92715D
Text Example
Text Example
White with #92715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92715D; }
p { color: rgb(146,113,93); }
H1.HeaderClassName
{
color: #92715D;
}
.AnyTagClassName
{
color: #92715D;
}
</style>
background-color css
<style>
a { background-color: #92715D; }
a { background-color: rgb(146,113,93); }
div.DivClassName
{
background-color: #92715D;
}
.BgClassName
{
background-color: #92715D;
}
</style>
border-color css
<style>
span { border-color: #92715D; }
span { border-color: rgb(146,113,93); }
td.TdClassName
{
border-color: #92715D;
}
.TagClassName
{
border-color: #92715D;
}
</style>