Shades of Dune #4F4C43
Tints of Dune #4F4C43
RGB
CMYK
RGB Variations
Color information
#4F4C43 (or 0x4F4C43) is known color: Dune. HEX triplet: 4F, 4C and 43. RGB value is (79,76,67). Sum of RGB (Red+Green+Blue) = 79+76+67=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4C43 is #B0B3BC. Grayscale: #4B4B4B. Windows color (decimal): -11580349 or 4410447. OLE color: 4410447.
HSL color Cylindrical-coordinate representation of color #4F4C43: hue angle of 45º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F4C43 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 76 | 67 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.69 |
| HSL | 45º | 0.08% | 0.29% | - |
| HSV(B) | 45º | 0.15% | 0.31% | - |
| XYZ | 6.82 | 7.24 | 6.35 | - |
| YUV | 75.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 76 | 67 | 0 | 0.04 | 0.15 | 0.69 | 45 | 0.08 | 0.29 |
| Hex | 4F | 4C | 43 | 0 | 4 | F | 45 | 2D | 8 | 1D |
| Octal | 117 | 114 | 103 | 0 | 4 | 17 | 105 | 55 | 10 | 35 |
| Binary | 1001111 | 1001100 | 1000011 | 0 | 100 | 1111 | 1000101 | 101101 | 1000 | 11101 |
Color Harmonies of #4F4C43
Complementary color
Monochromatic Colors of #4F4C43
Black with #4F4C43
Text Example
Text Example
White with #4F4C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4C43; }
p { color: rgb(79,76,67); }
H1.HeaderClassName
{
color: #4F4C43;
}
.AnyTagClassName
{
color: #4F4C43;
}
</style>
background-color css
<style>
a { background-color: #4F4C43; }
a { background-color: rgb(79,76,67); }
div.DivClassName
{
background-color: #4F4C43;
}
.BgClassName
{
background-color: #4F4C43;
}
</style>
border-color css
<style>
span { border-color: #4F4C43; }
span { border-color: rgb(79,76,67); }
td.TdClassName
{
border-color: #4F4C43;
}
.TagClassName
{
border-color: #4F4C43;
}
</style>