Shades of Hemp #95817B
Tints of Hemp #95817B
RGB
CMYK
RGB Variations
Color information
#95817B (or 0x95817B) is known color: Hemp. HEX triplet: 95, 81 and 7B. RGB value is (149,129,123). Sum of RGB (Red+Green+Blue) = 149+129+123=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #95817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95817B is #6A7E84. Grayscale: #868686. Windows color (decimal): -6979205 or 8094101. OLE color: 8094101.
HSL color Cylindrical-coordinate representation of color #95817B: hue angle of 13.85º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95817B is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 123 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.42 |
| HSL | 13.85º | 0.11% | 0.53% | - |
| HSV(B) | 13.85º | 0.17% | 0.58% | - |
| XYZ | 23.82 | 23.52 | 22.02 | - |
| YUV | 134.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 123 | 0 | 0.13 | 0.17 | 0.42 | 13.85 | 0.11 | 0.53 |
| Hex | 95 | 81 | 7B | 0 | D | 11 | 2A | E | B | 35 |
| Octal | 225 | 201 | 173 | 0 | 15 | 21 | 52 | 16 | 13 | 65 |
| Binary | 10010101 | 10000001 | 1111011 | 0 | 1101 | 10001 | 101010 | 1110 | 1011 | 110101 |
Color Harmonies of #95817B
Complementary color
Monochromatic Colors of #95817B
Black with #95817B
Text Example
Text Example
White with #95817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95817B; }
p { color: rgb(149,129,123); }
H1.HeaderClassName
{
color: #95817B;
}
.AnyTagClassName
{
color: #95817B;
}
</style>
background-color css
<style>
a { background-color: #95817B; }
a { background-color: rgb(149,129,123); }
div.DivClassName
{
background-color: #95817B;
}
.BgClassName
{
background-color: #95817B;
}
</style>
border-color css
<style>
span { border-color: #95817B; }
span { border-color: rgb(149,129,123); }
td.TdClassName
{
border-color: #95817B;
}
.TagClassName
{
border-color: #95817B;
}
</style>