Shades of Woody Brown #554745
Tints of Woody Brown #554745
RGB
CMYK
RGB Variations
Color information
#554745 (or 0x554745) is known color: Woody Brown. HEX triplet: 55, 47 and 45. RGB value is (85,71,69). Sum of RGB (Red+Green+Blue) = 85+71+69=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554745 is #AAB8BA. Grayscale: #4A4A4A. Windows color (decimal): -11188411 or 4540245. OLE color: 4540245.
HSL color Cylindrical-coordinate representation of color #554745: hue angle of 7.5º degrees, saturation: 0.1, 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 #554745 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 69 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.67 |
| HSL | 7.5º | 0.1% | 0.3% | - |
| HSV(B) | 7.5º | 0.19% | 0.33% | - |
| XYZ | 7.07 | 6.87 | 6.58 | - |
| YUV | 74.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 69 | 0 | 0.16 | 0.19 | 0.67 | 7.5 | 0.1 | 0.3 |
| Hex | 55 | 47 | 45 | 0 | 10 | 13 | 43 | 8 | A | 1E |
| Octal | 125 | 107 | 105 | 0 | 20 | 23 | 103 | 10 | 12 | 36 |
| Binary | 1010101 | 1000111 | 1000101 | 0 | 10000 | 10011 | 1000011 | 1000 | 1010 | 11110 |
Color Harmonies of #554745
Complementary color
Monochromatic Colors of #554745
Black with #554745
Text Example
Text Example
White with #554745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554745; }
p { color: rgb(85,71,69); }
H1.HeaderClassName
{
color: #554745;
}
.AnyTagClassName
{
color: #554745;
}
</style>
background-color css
<style>
a { background-color: #554745; }
a { background-color: rgb(85,71,69); }
div.DivClassName
{
background-color: #554745;
}
.BgClassName
{
background-color: #554745;
}
</style>
border-color css
<style>
span { border-color: #554745; }
span { border-color: rgb(85,71,69); }
td.TdClassName
{
border-color: #554745;
}
.TagClassName
{
border-color: #554745;
}
</style>