Shades of Hemp #94827C
Tints of Hemp #94827C
RGB
CMYK
RGB Variations
Color information
#94827C (or 0x94827C) is known color: Hemp. HEX triplet: 94, 82 and 7C. RGB value is (148,130,124). Sum of RGB (Red+Green+Blue) = 148+130+124=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #94827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94827C is #6B7D83. Grayscale: #868686. Windows color (decimal): -7044484 or 8159892. OLE color: 8159892.
HSL color Cylindrical-coordinate representation of color #94827C: hue angle of 15º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94827C is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 124 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.42 |
| HSL | 15º | 0.1% | 0.53% | - |
| HSV(B) | 15º | 0.16% | 0.58% | - |
| XYZ | 23.83 | 23.72 | 22.39 | - |
| YUV | 134.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 124 | 0 | 0.12 | 0.16 | 0.42 | 15 | 0.1 | 0.53 |
| Hex | 94 | 82 | 7C | 0 | C | 10 | 2A | F | A | 35 |
| Octal | 224 | 202 | 174 | 0 | 14 | 20 | 52 | 17 | 12 | 65 |
| Binary | 10010100 | 10000010 | 1111100 | 0 | 1100 | 10000 | 101010 | 1111 | 1010 | 110101 |
Color Harmonies of #94827C
Complementary color
Monochromatic Colors of #94827C
Black with #94827C
Text Example
Text Example
White with #94827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94827C; }
p { color: rgb(148,130,124); }
H1.HeaderClassName
{
color: #94827C;
}
.AnyTagClassName
{
color: #94827C;
}
</style>
background-color css
<style>
a { background-color: #94827C; }
a { background-color: rgb(148,130,124); }
div.DivClassName
{
background-color: #94827C;
}
.BgClassName
{
background-color: #94827C;
}
</style>
border-color css
<style>
span { border-color: #94827C; }
span { border-color: rgb(148,130,124); }
td.TdClassName
{
border-color: #94827C;
}
.TagClassName
{
border-color: #94827C;
}
</style>