Shades of Squirrel #948270
Tints of Squirrel #948270
RGB
CMYK
RGB Variations
Color information
#948270 (or 0x948270) is known color: Squirrel. HEX triplet: 94, 82 and 70. RGB value is (148,130,112). Sum of RGB (Red+Green+Blue) = 148+130+112=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #948270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948270 is #6B7D8F. Grayscale: #858585. Windows color (decimal): -7044496 or 7373460. OLE color: 7373460.
HSL color Cylindrical-coordinate representation of color #948270: 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.24%. Process color model (Four color, CMYK) of #948270 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 112 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.42 |
| HSL | 30º | 0.14% | 0.51% | - |
| HSV(B) | 30º | 0.24% | 0.58% | - |
| XYZ | 23.12 | 23.43 | 18.63 | - |
| YUV | 133.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 112 | 0 | 0.12 | 0.24 | 0.42 | 30 | 0.14 | 0.51 |
| Hex | 94 | 82 | 70 | 0 | C | 18 | 2A | 1E | E | 33 |
| Octal | 224 | 202 | 160 | 0 | 14 | 30 | 52 | 36 | 16 | 63 |
| Binary | 10010100 | 10000010 | 1110000 | 0 | 1100 | 11000 | 101010 | 11110 | 1110 | 110011 |
Color Harmonies of #948270
Complementary color
Monochromatic Colors of #948270
Black with #948270
Text Example
Text Example
White with #948270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948270; }
p { color: rgb(148,130,112); }
H1.HeaderClassName
{
color: #948270;
}
.AnyTagClassName
{
color: #948270;
}
</style>
background-color css
<style>
a { background-color: #948270; }
a { background-color: rgb(148,130,112); }
div.DivClassName
{
background-color: #948270;
}
.BgClassName
{
background-color: #948270;
}
</style>
border-color css
<style>
span { border-color: #948270; }
span { border-color: rgb(148,130,112); }
td.TdClassName
{
border-color: #948270;
}
.TagClassName
{
border-color: #948270;
}
</style>