Shades of Hemp #94837C
Tints of Hemp #94837C
RGB
CMYK
RGB Variations
Color information
#94837C (or 0x94837C) is known color: Hemp. HEX triplet: 94, 83 and 7C. RGB value is (148,131,124). Sum of RGB (Red+Green+Blue) = 148+131+124=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94837C is #6B7C83. Grayscale: #878787. Windows color (decimal): -7044228 or 8160148. OLE color: 8160148.
HSL color Cylindrical-coordinate representation of color #94837C: hue angle of 17.5º 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 #94837C is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 131 | 124 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.42 |
| HSL | 17.5º | 0.1% | 0.53% | - |
| HSV(B) | 17.5º | 0.16% | 0.58% | - |
| XYZ | 23.97 | 23.98 | 22.43 | - |
| YUV | 135.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 124 | 0 | 0.11 | 0.16 | 0.42 | 17.5 | 0.1 | 0.53 |
| Hex | 94 | 83 | 7C | 0 | B | 10 | 2A | 12 | A | 35 |
| Octal | 224 | 203 | 174 | 0 | 13 | 20 | 52 | 22 | 12 | 65 |
| Binary | 10010100 | 10000011 | 1111100 | 0 | 1011 | 10000 | 101010 | 10010 | 1010 | 110101 |
Color Harmonies of #94837C
Complementary color
Monochromatic Colors of #94837C
Black with #94837C
Text Example
Text Example
White with #94837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94837C; }
p { color: rgb(148,131,124); }
H1.HeaderClassName
{
color: #94837C;
}
.AnyTagClassName
{
color: #94837C;
}
</style>
background-color css
<style>
a { background-color: #94837C; }
a { background-color: rgb(148,131,124); }
div.DivClassName
{
background-color: #94837C;
}
.BgClassName
{
background-color: #94837C;
}
</style>
border-color css
<style>
span { border-color: #94837C; }
span { border-color: rgb(148,131,124); }
td.TdClassName
{
border-color: #94837C;
}
.TagClassName
{
border-color: #94837C;
}
</style>