Shades of Squirrel #948372
Tints of Squirrel #948372
RGB
CMYK
RGB Variations
Color information
#948372 (or 0x948372) is known color: Squirrel. HEX triplet: 94, 83 and 72. RGB value is (148,131,114). Sum of RGB (Red+Green+Blue) = 148+131+114=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #948372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948372 is #6B7C8D. Grayscale: #868686. Windows color (decimal): -7044238 or 7504788. OLE color: 7504788.
HSL color Cylindrical-coordinate representation of color #948372: hue angle of 30º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #948372 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 131 | 114 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.42 |
| HSL | 30º | 0.14% | 0.51% | - |
| HSV(B) | 30º | 0.23% | 0.58% | - |
| XYZ | 23.37 | 23.74 | 19.27 | - |
| YUV | 134.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 114 | 0 | 0.11 | 0.23 | 0.42 | 30 | 0.14 | 0.51 |
| Hex | 94 | 83 | 72 | 0 | B | 17 | 2A | 1E | E | 33 |
| Octal | 224 | 203 | 162 | 0 | 13 | 27 | 52 | 36 | 16 | 63 |
| Binary | 10010100 | 10000011 | 1110010 | 0 | 1011 | 10111 | 101010 | 11110 | 1110 | 110011 |
Color Harmonies of #948372
Complementary color
Monochromatic Colors of #948372
Black with #948372
Text Example
Text Example
White with #948372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948372; }
p { color: rgb(148,131,114); }
H1.HeaderClassName
{
color: #948372;
}
.AnyTagClassName
{
color: #948372;
}
</style>
background-color css
<style>
a { background-color: #948372; }
a { background-color: rgb(148,131,114); }
div.DivClassName
{
background-color: #948372;
}
.BgClassName
{
background-color: #948372;
}
</style>
border-color css
<style>
span { border-color: #948372; }
span { border-color: rgb(148,131,114); }
td.TdClassName
{
border-color: #948372;
}
.TagClassName
{
border-color: #948372;
}
</style>