Shades of Nutmeg #85493C
Tints of Nutmeg #85493C
RGB
CMYK
RGB Variations
Color information
#85493C (or 0x85493C) is known color: Nutmeg. HEX triplet: 85, 49 and 3C. RGB value is (133,73,60). Sum of RGB (Red+Green+Blue) = 133+73+60=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85493C is #7AB6C3. Grayscale: #595959. Windows color (decimal): -8042180 or 3950981. OLE color: 3950981.
HSL color Cylindrical-coordinate representation of color #85493C: hue angle of 10.68º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85493C is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 73 | 60 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.48 |
| HSL | 10.68º | 0.38% | 0.38% | - |
| HSV(B) | 10.68º | 0.55% | 0.52% | - |
| XYZ | 12.87 | 10.08 | 5.54 | - |
| YUV | 89.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 60 | 0 | 0.45 | 0.55 | 0.48 | 10.68 | 0.38 | 0.38 |
| Hex | 85 | 49 | 3C | 0 | 2D | 37 | 30 | B | 26 | 26 |
| Octal | 205 | 111 | 74 | 0 | 55 | 67 | 60 | 13 | 46 | 46 |
| Binary | 10000101 | 1001001 | 111100 | 0 | 101101 | 110111 | 110000 | 1011 | 100110 | 100110 |
Color Harmonies of #85493C
Complementary color
Monochromatic Colors of #85493C
Black with #85493C
Text Example
Text Example
White with #85493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85493C; }
p { color: rgb(133,73,60); }
H1.HeaderClassName
{
color: #85493C;
}
.AnyTagClassName
{
color: #85493C;
}
</style>
background-color css
<style>
a { background-color: #85493C; }
a { background-color: rgb(133,73,60); }
div.DivClassName
{
background-color: #85493C;
}
.BgClassName
{
background-color: #85493C;
}
</style>
border-color css
<style>
span { border-color: #85493C; }
span { border-color: rgb(133,73,60); }
td.TdClassName
{
border-color: #85493C;
}
.TagClassName
{
border-color: #85493C;
}
</style>