Shades of Hemp #93827D
Tints of Hemp #93827D
RGB
CMYK
RGB Variations
Color information
#93827D (or 0x93827D) is known color: Hemp. HEX triplet: 93, 82 and 7D. RGB value is (147,130,125). Sum of RGB (Red+Green+Blue) = 147+130+125=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 147 - color contains mainly: red. Hex color #93827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93827D is #6C7D82. Grayscale: #868686. Windows color (decimal): -7110019 or 8225427. OLE color: 8225427.
HSL color Cylindrical-coordinate representation of color #93827D: hue angle of 13.64º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93827D is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 130 | 125 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.42 |
| HSL | 13.64º | 0.09% | 0.53% | - |
| HSV(B) | 13.64º | 0.15% | 0.58% | - |
| XYZ | 23.72 | 23.65 | 22.72 | - |
| YUV | 134.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 125 | 0 | 0.12 | 0.15 | 0.42 | 13.64 | 0.09 | 0.53 |
| Hex | 93 | 82 | 7D | 0 | C | F | 2A | E | 9 | 35 |
| Octal | 223 | 202 | 175 | 0 | 14 | 17 | 52 | 16 | 11 | 65 |
| Binary | 10010011 | 10000010 | 1111101 | 0 | 1100 | 1111 | 101010 | 1110 | 1001 | 110101 |
Color Harmonies of #93827D
Complementary color
Monochromatic Colors of #93827D
Black with #93827D
Text Example
Text Example
White with #93827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93827D; }
p { color: rgb(147,130,125); }
H1.HeaderClassName
{
color: #93827D;
}
.AnyTagClassName
{
color: #93827D;
}
</style>
background-color css
<style>
a { background-color: #93827D; }
a { background-color: rgb(147,130,125); }
div.DivClassName
{
background-color: #93827D;
}
.BgClassName
{
background-color: #93827D;
}
</style>
border-color css
<style>
span { border-color: #93827D; }
span { border-color: rgb(147,130,125); }
td.TdClassName
{
border-color: #93827D;
}
.TagClassName
{
border-color: #93827D;
}
</style>