Shades of Woody Brown #544545
Tints of Woody Brown #544545
RGB
CMYK
RGB Variations
Color information
#544545 (or 0x544545) is known color: Woody Brown. HEX triplet: 54, 45 and 45. RGB value is (84,69,69). Sum of RGB (Red+Green+Blue) = 84+69+69=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #544545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544545 is #ABBABA. Grayscale: #494949. Windows color (decimal): -11254459 or 4539732. OLE color: 4539732.
HSL color Cylindrical-coordinate representation of color #544545: hue angle of 0º 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 #544545 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 69 | 69 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.67 |
| HSL | 0º | 0.1% | 0.3% | - |
| HSV(B) | 0º | 0.18% | 0.33% | - |
| XYZ | 6.86 | 6.57 | 6.54 | - |
| YUV | 73.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 69 | 0 | 0.18 | 0.18 | 0.67 | 0 | 0.1 | 0.3 |
| Hex | 54 | 45 | 45 | 0 | 12 | 12 | 43 | 0 | A | 1E |
| Octal | 124 | 105 | 105 | 0 | 22 | 22 | 103 | 0 | 12 | 36 |
| Binary | 1010100 | 1000101 | 1000101 | 0 | 10010 | 10010 | 1000011 | 0 | 1010 | 11110 |
Color Harmonies of #544545
Complementary color
Monochromatic Colors of #544545
Black with #544545
Text Example
Text Example
White with #544545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544545; }
p { color: rgb(84,69,69); }
H1.HeaderClassName
{
color: #544545;
}
.AnyTagClassName
{
color: #544545;
}
</style>
background-color css
<style>
a { background-color: #544545; }
a { background-color: rgb(84,69,69); }
div.DivClassName
{
background-color: #544545;
}
.BgClassName
{
background-color: #544545;
}
</style>
border-color css
<style>
span { border-color: #544545; }
span { border-color: rgb(84,69,69); }
td.TdClassName
{
border-color: #544545;
}
.TagClassName
{
border-color: #544545;
}
</style>