Shades of Nutmeg #85473D
Tints of Nutmeg #85473D
RGB
CMYK
RGB Variations
Color information
#85473D (or 0x85473D) is known color: Nutmeg. HEX triplet: 85, 47 and 3D. RGB value is (133,71,61). Sum of RGB (Red+Green+Blue) = 133+71+61=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85473D is #7AB8C2. Grayscale: #585858. Windows color (decimal): -8042691 or 4016005. OLE color: 4016005.
HSL color Cylindrical-coordinate representation of color #85473D: hue angle of 8.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85473D is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 71 | 61 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.48 |
| HSL | 8.33º | 0.37% | 0.38% | - |
| HSV(B) | 8.33º | 0.54% | 0.52% | - |
| XYZ | 12.77 | 9.83 | 5.64 | - |
| YUV | 88.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 61 | 0 | 0.47 | 0.54 | 0.48 | 8.33 | 0.37 | 0.38 |
| Hex | 85 | 47 | 3D | 0 | 2F | 36 | 30 | 8 | 25 | 26 |
| Octal | 205 | 107 | 75 | 0 | 57 | 66 | 60 | 10 | 45 | 46 |
| Binary | 10000101 | 1000111 | 111101 | 0 | 101111 | 110110 | 110000 | 1000 | 100101 | 100110 |
Color Harmonies of #85473D
Complementary color
Monochromatic Colors of #85473D
Black with #85473D
Text Example
Text Example
White with #85473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85473D; }
p { color: rgb(133,71,61); }
H1.HeaderClassName
{
color: #85473D;
}
.AnyTagClassName
{
color: #85473D;
}
</style>
background-color css
<style>
a { background-color: #85473D; }
a { background-color: rgb(133,71,61); }
div.DivClassName
{
background-color: #85473D;
}
.BgClassName
{
background-color: #85473D;
}
</style>
border-color css
<style>
span { border-color: #85473D; }
span { border-color: rgb(133,71,61); }
td.TdClassName
{
border-color: #85473D;
}
.TagClassName
{
border-color: #85473D;
}
</style>