Shades of Beaver #92765E
Tints of Beaver #92765E
RGB
CMYK
RGB Variations
Color information
#92765E (or 0x92765E) is known color: Beaver. HEX triplet: 92, 76 and 5E. RGB value is (146,118,94). Sum of RGB (Red+Green+Blue) = 146+118+94=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #92765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92765E is #6D89A1. Grayscale: #7B7B7B. Windows color (decimal): -7178658 or 6190738. OLE color: 6190738.
HSL color Cylindrical-coordinate representation of color #92765E: hue angle of 27.69º 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 #92765E is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 118 | 94 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.43 |
| HSL | 27.69º | 0.22% | 0.47% | - |
| HSV(B) | 27.69º | 0.36% | 0.57% | - |
| XYZ | 20.35 | 19.88 | 13.35 | - |
| YUV | 123.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 118 | 94 | 0 | 0.19 | 0.36 | 0.43 | 27.69 | 0.22 | 0.47 |
| Hex | 92 | 76 | 5E | 0 | 13 | 24 | 2B | 1C | 16 | 2F |
| Octal | 222 | 166 | 136 | 0 | 23 | 44 | 53 | 34 | 26 | 57 |
| Binary | 10010010 | 1110110 | 1011110 | 0 | 10011 | 100100 | 101011 | 11100 | 10110 | 101111 |
Color Harmonies of #92765E
Complementary color
Monochromatic Colors of #92765E
Black with #92765E
Text Example
Text Example
White with #92765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92765E; }
p { color: rgb(146,118,94); }
H1.HeaderClassName
{
color: #92765E;
}
.AnyTagClassName
{
color: #92765E;
}
</style>
background-color css
<style>
a { background-color: #92765E; }
a { background-color: rgb(146,118,94); }
div.DivClassName
{
background-color: #92765E;
}
.BgClassName
{
background-color: #92765E;
}
</style>
border-color css
<style>
span { border-color: #92765E; }
span { border-color: rgb(146,118,94); }
td.TdClassName
{
border-color: #92765E;
}
.TagClassName
{
border-color: #92765E;
}
</style>