Shades of Spice #705248
Tints of Spice #705248
RGB
CMYK
RGB Variations
Color information
#705248 (or 0x705248) is known color: Spice. HEX triplet: 70, 52 and 48. RGB value is (112,82,72). Sum of RGB (Red+Green+Blue) = 112+82+72=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #705248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705248 is #8FADB7. Grayscale: #595959. Windows color (decimal): -9416120 or 4739696. OLE color: 4739696.
HSL color Cylindrical-coordinate representation of color #705248: hue angle of 15º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705248 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 72 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.56 |
| HSL | 15º | 0.22% | 0.36% | - |
| HSV(B) | 15º | 0.36% | 0.44% | - |
| XYZ | 10.87 | 9.95 | 7.48 | - |
| YUV | 89.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 72 | 0 | 0.27 | 0.36 | 0.56 | 15 | 0.22 | 0.36 |
| Hex | 70 | 52 | 48 | 0 | 1B | 24 | 38 | F | 16 | 24 |
| Octal | 160 | 122 | 110 | 0 | 33 | 44 | 70 | 17 | 26 | 44 |
| Binary | 1110000 | 1010010 | 1001000 | 0 | 11011 | 100100 | 111000 | 1111 | 10110 | 100100 |
Color Harmonies of #705248
Complementary color
Monochromatic Colors of #705248
Black with #705248
Text Example
Text Example
White with #705248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705248; }
p { color: rgb(112,82,72); }
H1.HeaderClassName
{
color: #705248;
}
.AnyTagClassName
{
color: #705248;
}
</style>
background-color css
<style>
a { background-color: #705248; }
a { background-color: rgb(112,82,72); }
div.DivClassName
{
background-color: #705248;
}
.BgClassName
{
background-color: #705248;
}
</style>
border-color css
<style>
span { border-color: #705248; }
span { border-color: rgb(112,82,72); }
td.TdClassName
{
border-color: #705248;
}
.TagClassName
{
border-color: #705248;
}
</style>