Shades of Woody Brown #554846
Tints of Woody Brown #554846
RGB
CMYK
RGB Variations
Color information
#554846 (or 0x554846) is known color: Woody Brown. HEX triplet: 55, 48 and 46. RGB value is (85,72,70). Sum of RGB (Red+Green+Blue) = 85+72+70=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554846 is #AAB7B9. Grayscale: #4B4B4B. Windows color (decimal): -11188154 or 4606037. OLE color: 4606037.
HSL color Cylindrical-coordinate representation of color #554846: hue angle of 8º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #554846 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 72 | 70 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.67 |
| HSL | 8º | 0.1% | 0.3% | - |
| HSV(B) | 8º | 0.18% | 0.33% | - |
| XYZ | 7.17 | 7.01 | 6.77 | - |
| YUV | 75.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 70 | 0 | 0.15 | 0.18 | 0.67 | 8 | 0.1 | 0.3 |
| Hex | 55 | 48 | 46 | 0 | F | 12 | 43 | 8 | A | 1E |
| Octal | 125 | 110 | 106 | 0 | 17 | 22 | 103 | 10 | 12 | 36 |
| Binary | 1010101 | 1001000 | 1000110 | 0 | 1111 | 10010 | 1000011 | 1000 | 1010 | 11110 |
Color Harmonies of #554846
Complementary color
Monochromatic Colors of #554846
Black with #554846
Text Example
Text Example
White with #554846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554846; }
p { color: rgb(85,72,70); }
H1.HeaderClassName
{
color: #554846;
}
.AnyTagClassName
{
color: #554846;
}
</style>
background-color css
<style>
a { background-color: #554846; }
a { background-color: rgb(85,72,70); }
div.DivClassName
{
background-color: #554846;
}
.BgClassName
{
background-color: #554846;
}
</style>
border-color css
<style>
span { border-color: #554846; }
span { border-color: rgb(85,72,70); }
td.TdClassName
{
border-color: #554846;
}
.TagClassName
{
border-color: #554846;
}
</style>