Shades of Woody Brown #554443
Tints of Woody Brown #554443
RGB
CMYK
RGB Variations
Color information
#554443 (or 0x554443) is known color: Woody Brown. HEX triplet: 55, 44 and 43. RGB value is (85,68,67). Sum of RGB (Red+Green+Blue) = 85+68+67=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #554443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554443 is #AABBBC. Grayscale: #484848. Windows color (decimal): -11189181 or 4408405. OLE color: 4408405.
HSL color Cylindrical-coordinate representation of color #554443: hue angle of 3.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #554443 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 68 | 67 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.67 |
| HSL | 3.33º | 0.12% | 0.3% | - |
| HSV(B) | 3.33º | 0.21% | 0.33% | - |
| XYZ | 6.83 | 6.47 | 6.2 | - |
| YUV | 72.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 67 | 0 | 0.20 | 0.21 | 0.67 | 3.33 | 0.12 | 0.3 |
| Hex | 55 | 44 | 43 | 0 | 14 | 15 | 43 | 3 | C | 1E |
| Octal | 125 | 104 | 103 | 0 | 24 | 25 | 103 | 3 | 14 | 36 |
| Binary | 1010101 | 1000100 | 1000011 | 0 | 10100 | 10101 | 1000011 | 11 | 1100 | 11110 |
Color Harmonies of #554443
Complementary color
Monochromatic Colors of #554443
Black with #554443
Text Example
Text Example
White with #554443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554443; }
p { color: rgb(85,68,67); }
H1.HeaderClassName
{
color: #554443;
}
.AnyTagClassName
{
color: #554443;
}
</style>
background-color css
<style>
a { background-color: #554443; }
a { background-color: rgb(85,68,67); }
div.DivClassName
{
background-color: #554443;
}
.BgClassName
{
background-color: #554443;
}
</style>
border-color css
<style>
span { border-color: #554443; }
span { border-color: rgb(85,68,67); }
td.TdClassName
{
border-color: #554443;
}
.TagClassName
{
border-color: #554443;
}
</style>