Shades of Hemp #94827A
Tints of Hemp #94827A
RGB
CMYK
RGB Variations
Color information
#94827A (or 0x94827A) is known color: Hemp. HEX triplet: 94, 82 and 7A. RGB value is (148,130,122). Sum of RGB (Red+Green+Blue) = 148+130+122=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #94827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94827A is #6B7D85. Grayscale: #868686. Windows color (decimal): -7044486 or 8028820. OLE color: 8028820.
HSL color Cylindrical-coordinate representation of color #94827A: hue angle of 18.46º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94827A is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 122 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.42 |
| HSL | 18.46º | 0.11% | 0.53% | - |
| HSV(B) | 18.46º | 0.18% | 0.58% | - |
| XYZ | 23.71 | 23.67 | 21.73 | - |
| YUV | 134.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 122 | 0 | 0.12 | 0.18 | 0.42 | 18.46 | 0.11 | 0.53 |
| Hex | 94 | 82 | 7A | 0 | C | 12 | 2A | 12 | B | 35 |
| Octal | 224 | 202 | 172 | 0 | 14 | 22 | 52 | 22 | 13 | 65 |
| Binary | 10010100 | 10000010 | 1111010 | 0 | 1100 | 10010 | 101010 | 10010 | 1011 | 110101 |
Color Harmonies of #94827A
Complementary color
Monochromatic Colors of #94827A
Black with #94827A
Text Example
Text Example
White with #94827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94827A; }
p { color: rgb(148,130,122); }
H1.HeaderClassName
{
color: #94827A;
}
.AnyTagClassName
{
color: #94827A;
}
</style>
background-color css
<style>
a { background-color: #94827A; }
a { background-color: rgb(148,130,122); }
div.DivClassName
{
background-color: #94827A;
}
.BgClassName
{
background-color: #94827A;
}
</style>
border-color css
<style>
span { border-color: #94827A; }
span { border-color: rgb(148,130,122); }
td.TdClassName
{
border-color: #94827A;
}
.TagClassName
{
border-color: #94827A;
}
</style>