Shades of Dune #554F41
Tints of Dune #554F41
RGB
CMYK
RGB Variations
Color information
#554F41 (or 0x554F41) is known color: Dune. HEX triplet: 55, 4F and 41. RGB value is (85,79,65). Sum of RGB (Red+Green+Blue) = 85+79+65=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #554F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F41 is #AAB0BE. Grayscale: #4F4F4F. Windows color (decimal): -11186367 or 4280149. OLE color: 4280149.
HSL color Cylindrical-coordinate representation of color #554F41: hue angle of 42º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554F41 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 65 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.67 |
| HSL | 42º | 0.13% | 0.29% | - |
| HSV(B) | 42º | 0.24% | 0.33% | - |
| XYZ | 7.5 | 7.9 | 6.13 | - |
| YUV | 79.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 65 | 0 | 0.07 | 0.24 | 0.67 | 42 | 0.13 | 0.29 |
| Hex | 55 | 4F | 41 | 0 | 7 | 18 | 43 | 2A | D | 1D |
| Octal | 125 | 117 | 101 | 0 | 7 | 30 | 103 | 52 | 15 | 35 |
| Binary | 1010101 | 1001111 | 1000001 | 0 | 111 | 11000 | 1000011 | 101010 | 1101 | 11101 |
Color Harmonies of #554F41
Complementary color
Monochromatic Colors of #554F41
Black with #554F41
Text Example
Text Example
White with #554F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F41; }
p { color: rgb(85,79,65); }
H1.HeaderClassName
{
color: #554F41;
}
.AnyTagClassName
{
color: #554F41;
}
</style>
background-color css
<style>
a { background-color: #554F41; }
a { background-color: rgb(85,79,65); }
div.DivClassName
{
background-color: #554F41;
}
.BgClassName
{
background-color: #554F41;
}
</style>
border-color css
<style>
span { border-color: #554F41; }
span { border-color: rgb(85,79,65); }
td.TdClassName
{
border-color: #554F41;
}
.TagClassName
{
border-color: #554F41;
}
</style>