Shades of Woody Brown #544644
Tints of Woody Brown #544644
RGB
CMYK
RGB Variations
Color information
#544644 (or 0x544644) is known color: Woody Brown. HEX triplet: 54, 46 and 44. RGB value is (84,70,68). Sum of RGB (Red+Green+Blue) = 84+70+68=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #544644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544644 is #ABB9BB. Grayscale: #494949. Windows color (decimal): -11254204 or 4474452. OLE color: 4474452.
HSL color Cylindrical-coordinate representation of color #544644: hue angle of 7.5º 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 #544644 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 70 | 68 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.67 |
| HSL | 7.5º | 0.11% | 0.3% | - |
| HSV(B) | 7.5º | 0.19% | 0.33% | - |
| XYZ | 6.89 | 6.68 | 6.4 | - |
| YUV | 73.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 68 | 0 | 0.17 | 0.19 | 0.67 | 7.5 | 0.11 | 0.3 |
| Hex | 54 | 46 | 44 | 0 | 11 | 13 | 43 | 8 | B | 1E |
| Octal | 124 | 106 | 104 | 0 | 21 | 23 | 103 | 10 | 13 | 36 |
| Binary | 1010100 | 1000110 | 1000100 | 0 | 10001 | 10011 | 1000011 | 1000 | 1011 | 11110 |
Color Harmonies of #544644
Complementary color
Monochromatic Colors of #544644
Black with #544644
Text Example
Text Example
White with #544644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544644; }
p { color: rgb(84,70,68); }
H1.HeaderClassName
{
color: #544644;
}
.AnyTagClassName
{
color: #544644;
}
</style>
background-color css
<style>
a { background-color: #544644; }
a { background-color: rgb(84,70,68); }
div.DivClassName
{
background-color: #544644;
}
.BgClassName
{
background-color: #544644;
}
</style>
border-color css
<style>
span { border-color: #544644; }
span { border-color: rgb(84,70,68); }
td.TdClassName
{
border-color: #544644;
}
.TagClassName
{
border-color: #544644;
}
</style>