Shades of Nutmeg #85483C
Tints of Nutmeg #85483C
RGB
CMYK
RGB Variations
Color information
#85483C (or 0x85483C) is known color: Nutmeg. HEX triplet: 85, 48 and 3C. RGB value is (133,72,60). Sum of RGB (Red+Green+Blue) = 133+72+60=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85483C is #7AB7C3. Grayscale: #585858. Windows color (decimal): -8042436 or 3950725. OLE color: 3950725.
HSL color Cylindrical-coordinate representation of color #85483C: hue angle of 9.86º 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 #85483C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 72 | 60 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.48 |
| HSL | 9.86º | 0.38% | 0.38% | - |
| HSV(B) | 9.86º | 0.55% | 0.52% | - |
| XYZ | 12.81 | 9.95 | 5.52 | - |
| YUV | 88.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 60 | 0 | 0.46 | 0.55 | 0.48 | 9.86 | 0.38 | 0.38 |
| Hex | 85 | 48 | 3C | 0 | 2E | 37 | 30 | A | 26 | 26 |
| Octal | 205 | 110 | 74 | 0 | 56 | 67 | 60 | 12 | 46 | 46 |
| Binary | 10000101 | 1001000 | 111100 | 0 | 101110 | 110111 | 110000 | 1010 | 100110 | 100110 |
Color Harmonies of #85483C
Complementary color
Monochromatic Colors of #85483C
Black with #85483C
Text Example
Text Example
White with #85483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85483C; }
p { color: rgb(133,72,60); }
H1.HeaderClassName
{
color: #85483C;
}
.AnyTagClassName
{
color: #85483C;
}
</style>
background-color css
<style>
a { background-color: #85483C; }
a { background-color: rgb(133,72,60); }
div.DivClassName
{
background-color: #85483C;
}
.BgClassName
{
background-color: #85483C;
}
</style>
border-color css
<style>
span { border-color: #85483C; }
span { border-color: rgb(133,72,60); }
td.TdClassName
{
border-color: #85483C;
}
.TagClassName
{
border-color: #85483C;
}
</style>