Shades of Sand Dune #8B7361
Tints of Sand Dune #8B7361
RGB
CMYK
RGB Variations
Color information
#8B7361 (or 0x8B7361) is known color: Sand Dune. HEX triplet: 8B, 73 and 61. RGB value is (139,115,97). Sum of RGB (Red+Green+Blue) = 139+115+97=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7361 is #748C9E. Grayscale: #787878. Windows color (decimal): -7638175 or 6386571. OLE color: 6386571.
HSL color Cylindrical-coordinate representation of color #8B7361: hue angle of 25.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B7361 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 115 | 97 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.45 |
| HSL | 25.71º | 0.18% | 0.46% | - |
| HSV(B) | 25.71º | 0.3% | 0.55% | - |
| XYZ | 18.94 | 18.61 | 13.9 | - |
| YUV | 120.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 115 | 97 | 0 | 0.17 | 0.30 | 0.45 | 25.71 | 0.18 | 0.46 |
| Hex | 8B | 73 | 61 | 0 | 11 | 1E | 2D | 1A | 12 | 2E |
| Octal | 213 | 163 | 141 | 0 | 21 | 36 | 55 | 32 | 22 | 56 |
| Binary | 10001011 | 1110011 | 1100001 | 0 | 10001 | 11110 | 101101 | 11010 | 10010 | 101110 |
Color Harmonies of #8B7361
Complementary color
Monochromatic Colors of #8B7361
Black with #8B7361
Text Example
Text Example
White with #8B7361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7361; }
p { color: rgb(139,115,97); }
H1.HeaderClassName
{
color: #8B7361;
}
.AnyTagClassName
{
color: #8B7361;
}
</style>
background-color css
<style>
a { background-color: #8B7361; }
a { background-color: rgb(139,115,97); }
div.DivClassName
{
background-color: #8B7361;
}
.BgClassName
{
background-color: #8B7361;
}
</style>
border-color css
<style>
span { border-color: #8B7361; }
span { border-color: rgb(139,115,97); }
td.TdClassName
{
border-color: #8B7361;
}
.TagClassName
{
border-color: #8B7361;
}
</style>