Shades of Squirrel #938370
Tints of Squirrel #938370
RGB
CMYK
RGB Variations
Color information
#938370 (or 0x938370) is known color: Squirrel. HEX triplet: 93, 83 and 70. RGB value is (147,131,112). Sum of RGB (Red+Green+Blue) = 147+131+112=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #938370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938370 is #6C7C8F. Grayscale: #858585. Windows color (decimal): -7109776 or 7373715. OLE color: 7373715.
HSL color Cylindrical-coordinate representation of color #938370: hue angle of 32.57º 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 #938370 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 112 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.42 |
| HSL | 32.57º | 0.14% | 0.51% | - |
| HSV(B) | 32.57º | 0.24% | 0.58% | - |
| XYZ | 23.07 | 23.61 | 18.67 | - |
| YUV | 133.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 112 | 0 | 0.11 | 0.24 | 0.42 | 32.57 | 0.14 | 0.51 |
| Hex | 93 | 83 | 70 | 0 | B | 18 | 2A | 21 | E | 33 |
| Octal | 223 | 203 | 160 | 0 | 13 | 30 | 52 | 41 | 16 | 63 |
| Binary | 10010011 | 10000011 | 1110000 | 0 | 1011 | 11000 | 101010 | 100001 | 1110 | 110011 |
Color Harmonies of #938370
Complementary color
Monochromatic Colors of #938370
Black with #938370
Text Example
Text Example
White with #938370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938370; }
p { color: rgb(147,131,112); }
H1.HeaderClassName
{
color: #938370;
}
.AnyTagClassName
{
color: #938370;
}
</style>
background-color css
<style>
a { background-color: #938370; }
a { background-color: rgb(147,131,112); }
div.DivClassName
{
background-color: #938370;
}
.BgClassName
{
background-color: #938370;
}
</style>
border-color css
<style>
span { border-color: #938370; }
span { border-color: rgb(147,131,112); }
td.TdClassName
{
border-color: #938370;
}
.TagClassName
{
border-color: #938370;
}
</style>