Shades of Hemp #94827D
Tints of Hemp #94827D
RGB
CMYK
RGB Variations
Color information
#94827D (or 0x94827D) is known color: Hemp. HEX triplet: 94, 82 and 7D. RGB value is (148,130,125). Sum of RGB (Red+Green+Blue) = 148+130+125=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94827D is #6B7D82. Grayscale: #868686. Windows color (decimal): -7044483 or 8225428. OLE color: 8225428.
HSL color Cylindrical-coordinate representation of color #94827D: hue angle of 13.04º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94827D is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 125 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.42 |
| HSL | 13.04º | 0.1% | 0.54% | - |
| HSV(B) | 13.04º | 0.16% | 0.58% | - |
| XYZ | 23.9 | 23.74 | 22.73 | - |
| YUV | 134.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 125 | 0 | 0.12 | 0.16 | 0.42 | 13.04 | 0.1 | 0.54 |
| Hex | 94 | 82 | 7D | 0 | C | 10 | 2A | D | A | 36 |
| Octal | 224 | 202 | 175 | 0 | 14 | 20 | 52 | 15 | 12 | 66 |
| Binary | 10010100 | 10000010 | 1111101 | 0 | 1100 | 10000 | 101010 | 1101 | 1010 | 110110 |
Color Harmonies of #94827D
Complementary color
Monochromatic Colors of #94827D
Black with #94827D
Text Example
Text Example
White with #94827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94827D; }
p { color: rgb(148,130,125); }
H1.HeaderClassName
{
color: #94827D;
}
.AnyTagClassName
{
color: #94827D;
}
</style>
background-color css
<style>
a { background-color: #94827D; }
a { background-color: rgb(148,130,125); }
div.DivClassName
{
background-color: #94827D;
}
.BgClassName
{
background-color: #94827D;
}
</style>
border-color css
<style>
span { border-color: #94827D; }
span { border-color: rgb(148,130,125); }
td.TdClassName
{
border-color: #94827D;
}
.TagClassName
{
border-color: #94827D;
}
</style>