Shades of Woody Brown #544544
Tints of Woody Brown #544544
RGB
CMYK
RGB Variations
Color information
#544544 (or 0x544544) is known color: Woody Brown. HEX triplet: 54, 45 and 44. RGB value is (84,69,68). Sum of RGB (Red+Green+Blue) = 84+69+68=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #544544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544544 is #ABBABB. Grayscale: #494949. Windows color (decimal): -11254460 or 4474196. OLE color: 4474196.
HSL color Cylindrical-coordinate representation of color #544544: hue angle of 3.75º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #544544 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 68 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.67 |
| HSL | 3.75º | 0.11% | 0.3% | - |
| HSV(B) | 3.75º | 0.19% | 0.33% | - |
| XYZ | 6.83 | 6.56 | 6.37 | - |
| YUV | 73.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 68 | 0 | 0.18 | 0.19 | 0.67 | 3.75 | 0.11 | 0.3 |
| Hex | 54 | 45 | 44 | 0 | 12 | 13 | 43 | 4 | B | 1E |
| Octal | 124 | 105 | 104 | 0 | 22 | 23 | 103 | 4 | 13 | 36 |
| Binary | 1010100 | 1000101 | 1000100 | 0 | 10010 | 10011 | 1000011 | 100 | 1011 | 11110 |
Color Harmonies of #544544
Complementary color
Monochromatic Colors of #544544
Black with #544544
Text Example
Text Example
White with #544544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544544; }
p { color: rgb(84,69,68); }
H1.HeaderClassName
{
color: #544544;
}
.AnyTagClassName
{
color: #544544;
}
</style>
background-color css
<style>
a { background-color: #544544; }
a { background-color: rgb(84,69,68); }
div.DivClassName
{
background-color: #544544;
}
.BgClassName
{
background-color: #544544;
}
</style>
border-color css
<style>
span { border-color: #544544; }
span { border-color: rgb(84,69,68); }
td.TdClassName
{
border-color: #544544;
}
.TagClassName
{
border-color: #544544;
}
</style>