Shades of Sand Dune #83726A
Tints of Sand Dune #83726A
RGB
CMYK
RGB Variations
Color information
#83726A (or 0x83726A) is known color: Sand Dune. HEX triplet: 83, 72 and 6A. RGB value is (131,114,106). Sum of RGB (Red+Green+Blue) = 131+114+106=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 131 - color contains mainly: red. Hex color #83726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83726A is #7C8D95. Grayscale: #767676. Windows color (decimal): -8162710 or 6976131. OLE color: 6976131.
HSL color Cylindrical-coordinate representation of color #83726A: hue angle of 19.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #83726A is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 114 | 106 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.49 |
| HSL | 19.2º | 0.11% | 0.46% | - |
| HSV(B) | 19.2º | 0.19% | 0.51% | - |
| XYZ | 17.98 | 17.9 | 16.14 | - |
| YUV | 118.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 106 | 0 | 0.13 | 0.19 | 0.49 | 19.2 | 0.11 | 0.46 |
| Hex | 83 | 72 | 6A | 0 | D | 13 | 31 | 13 | B | 2E |
| Octal | 203 | 162 | 152 | 0 | 15 | 23 | 61 | 23 | 13 | 56 |
| Binary | 10000011 | 1110010 | 1101010 | 0 | 1101 | 10011 | 110001 | 10011 | 1011 | 101110 |
Color Harmonies of #83726A
Complementary color
Monochromatic Colors of #83726A
Black with #83726A
Text Example
Text Example
White with #83726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83726A; }
p { color: rgb(131,114,106); }
H1.HeaderClassName
{
color: #83726A;
}
.AnyTagClassName
{
color: #83726A;
}
</style>
background-color css
<style>
a { background-color: #83726A; }
a { background-color: rgb(131,114,106); }
div.DivClassName
{
background-color: #83726A;
}
.BgClassName
{
background-color: #83726A;
}
</style>
border-color css
<style>
span { border-color: #83726A; }
span { border-color: rgb(131,114,106); }
td.TdClassName
{
border-color: #83726A;
}
.TagClassName
{
border-color: #83726A;
}
</style>