Shades of Hemp #95827C
Tints of Hemp #95827C
RGB
CMYK
RGB Variations
Color information
#95827C (or 0x95827C) is known color: Hemp. HEX triplet: 95, 82 and 7C. RGB value is (149,130,124). Sum of RGB (Red+Green+Blue) = 149+130+124=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #95827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95827C is #6A7D83. Grayscale: #878787. Windows color (decimal): -6978948 or 8159893. OLE color: 8159893.
HSL color Cylindrical-coordinate representation of color #95827C: hue angle of 14.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95827C is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 124 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.42 |
| HSL | 14.4º | 0.11% | 0.54% | - |
| HSV(B) | 14.4º | 0.17% | 0.58% | - |
| XYZ | 24.02 | 23.81 | 22.4 | - |
| YUV | 135 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 124 | 0 | 0.13 | 0.17 | 0.42 | 14.4 | 0.11 | 0.54 |
| Hex | 95 | 82 | 7C | 0 | D | 11 | 2A | E | B | 36 |
| Octal | 225 | 202 | 174 | 0 | 15 | 21 | 52 | 16 | 13 | 66 |
| Binary | 10010101 | 10000010 | 1111100 | 0 | 1101 | 10001 | 101010 | 1110 | 1011 | 110110 |
Color Harmonies of #95827C
Complementary color
Monochromatic Colors of #95827C
Black with #95827C
Text Example
Text Example
White with #95827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95827C; }
p { color: rgb(149,130,124); }
H1.HeaderClassName
{
color: #95827C;
}
.AnyTagClassName
{
color: #95827C;
}
</style>
background-color css
<style>
a { background-color: #95827C; }
a { background-color: rgb(149,130,124); }
div.DivClassName
{
background-color: #95827C;
}
.BgClassName
{
background-color: #95827C;
}
</style>
border-color css
<style>
span { border-color: #95827C; }
span { border-color: rgb(149,130,124); }
td.TdClassName
{
border-color: #95827C;
}
.TagClassName
{
border-color: #95827C;
}
</style>