Shades of Beaver #94755E
Tints of Beaver #94755E
RGB
CMYK
RGB Variations
Color information
#94755E (or 0x94755E) is known color: Beaver. HEX triplet: 94, 75 and 5E. RGB value is (148,117,94). Sum of RGB (Red+Green+Blue) = 148+117+94=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94755E is #6B8AA1. Grayscale: #7B7B7B. Windows color (decimal): -7047842 or 6190484. OLE color: 6190484.
HSL color Cylindrical-coordinate representation of color #94755E: hue angle of 25.56º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94755E is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 94 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.42 |
| HSL | 25.56º | 0.22% | 0.47% | - |
| HSV(B) | 25.56º | 0.36% | 0.58% | - |
| XYZ | 20.59 | 19.83 | 13.33 | - |
| YUV | 123.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 94 | 0 | 0.21 | 0.36 | 0.42 | 25.56 | 0.22 | 0.47 |
| Hex | 94 | 75 | 5E | 0 | 15 | 24 | 2A | 1A | 16 | 2F |
| Octal | 224 | 165 | 136 | 0 | 25 | 44 | 52 | 32 | 26 | 57 |
| Binary | 10010100 | 1110101 | 1011110 | 0 | 10101 | 100100 | 101010 | 11010 | 10110 | 101111 |
Color Harmonies of #94755E
Complementary color
Monochromatic Colors of #94755E
Black with #94755E
Text Example
Text Example
White with #94755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94755E; }
p { color: rgb(148,117,94); }
H1.HeaderClassName
{
color: #94755E;
}
.AnyTagClassName
{
color: #94755E;
}
</style>
background-color css
<style>
a { background-color: #94755E; }
a { background-color: rgb(148,117,94); }
div.DivClassName
{
background-color: #94755E;
}
.BgClassName
{
background-color: #94755E;
}
</style>
border-color css
<style>
span { border-color: #94755E; }
span { border-color: rgb(148,117,94); }
td.TdClassName
{
border-color: #94755E;
}
.TagClassName
{
border-color: #94755E;
}
</style>