Shades of Dune #484641
Tints of Dune #484641
RGB
CMYK
RGB Variations
Color information
#484641 (or 0x484641) is known color: Dune. HEX triplet: 48, 46 and 41. RGB value is (72,70,65). Sum of RGB (Red+Green+Blue) = 72+70+65=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 72 - color contains mainly: red. Hex color #484641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484641 is #B7B9BE. Grayscale: #464646. Windows color (decimal): -12040639 or 4277832. OLE color: 4277832.
HSL color Cylindrical-coordinate representation of color #484641: hue angle of 42.86º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #484641 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 65 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.72 |
| HSL | 42.86º | 0.05% | 0.27% | - |
| HSV(B) | 42.86º | 0.1% | 0.28% | - |
| XYZ | 5.82 | 6.14 | 5.88 | - |
| YUV | 70.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 65 | 0 | 0.03 | 0.10 | 0.72 | 42.86 | 0.05 | 0.27 |
| Hex | 48 | 46 | 41 | 0 | 3 | A | 48 | 2B | 5 | 1B |
| Octal | 110 | 106 | 101 | 0 | 3 | 12 | 110 | 53 | 5 | 33 |
| Binary | 1001000 | 1000110 | 1000001 | 0 | 11 | 1010 | 1001000 | 101011 | 101 | 11011 |
Color Harmonies of #484641
Complementary color
Monochromatic Colors of #484641
Black with #484641
Text Example
Text Example
White with #484641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484641; }
p { color: rgb(72,70,65); }
H1.HeaderClassName
{
color: #484641;
}
.AnyTagClassName
{
color: #484641;
}
</style>
background-color css
<style>
a { background-color: #484641; }
a { background-color: rgb(72,70,65); }
div.DivClassName
{
background-color: #484641;
}
.BgClassName
{
background-color: #484641;
}
</style>
border-color css
<style>
span { border-color: #484641; }
span { border-color: rgb(72,70,65); }
td.TdClassName
{
border-color: #484641;
}
.TagClassName
{
border-color: #484641;
}
</style>