Shades of Hemp #8B736B
Tints of Hemp #8B736B
RGB
CMYK
RGB Variations
Color information
#8B736B (or 0x8B736B) is known color: Hemp. HEX triplet: 8B, 73 and 6B. RGB value is (139,115,107). Sum of RGB (Red+Green+Blue) = 139+115+107=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B736B is #748C94. Grayscale: #797979. Windows color (decimal): -7638165 or 7041931. OLE color: 7041931.
HSL color Cylindrical-coordinate representation of color #8B736B: hue angle of 15º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B736B is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 115 | 107 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.45 |
| HSL | 15º | 0.13% | 0.48% | - |
| HSV(B) | 15º | 0.23% | 0.55% | - |
| XYZ | 19.43 | 18.81 | 16.52 | - |
| YUV | 121.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 115 | 107 | 0 | 0.17 | 0.23 | 0.45 | 15 | 0.13 | 0.48 |
| Hex | 8B | 73 | 6B | 0 | 11 | 17 | 2D | F | D | 30 |
| Octal | 213 | 163 | 153 | 0 | 21 | 27 | 55 | 17 | 15 | 60 |
| Binary | 10001011 | 1110011 | 1101011 | 0 | 10001 | 10111 | 101101 | 1111 | 1101 | 110000 |
Color Harmonies of #8B736B
Complementary color
Monochromatic Colors of #8B736B
Black with #8B736B
Text Example
Text Example
White with #8B736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B736B; }
p { color: rgb(139,115,107); }
H1.HeaderClassName
{
color: #8B736B;
}
.AnyTagClassName
{
color: #8B736B;
}
</style>
background-color css
<style>
a { background-color: #8B736B; }
a { background-color: rgb(139,115,107); }
div.DivClassName
{
background-color: #8B736B;
}
.BgClassName
{
background-color: #8B736B;
}
</style>
border-color css
<style>
span { border-color: #8B736B; }
span { border-color: rgb(139,115,107); }
td.TdClassName
{
border-color: #8B736B;
}
.TagClassName
{
border-color: #8B736B;
}
</style>