Shades of Woody Brown #554342
Tints of Woody Brown #554342
RGB
CMYK
RGB Variations
Color information
#554342 (or 0x554342) is known color: Woody Brown. HEX triplet: 55, 43 and 42. RGB value is (85,67,66). Sum of RGB (Red+Green+Blue) = 85+67+66=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #554342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554342 is #AABCBD. Grayscale: #484848. Windows color (decimal): -11189438 or 4342613. OLE color: 4342613.
HSL color Cylindrical-coordinate representation of color #554342: hue angle of 3.16º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554342 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 66 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.67 |
| HSL | 3.16º | 0.13% | 0.3% | - |
| HSV(B) | 3.16º | 0.22% | 0.33% | - |
| XYZ | 6.74 | 6.34 | 6.02 | - |
| YUV | 72.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 66 | 0 | 0.21 | 0.22 | 0.67 | 3.16 | 0.13 | 0.3 |
| Hex | 55 | 43 | 42 | 0 | 15 | 16 | 43 | 3 | D | 1E |
| Octal | 125 | 103 | 102 | 0 | 25 | 26 | 103 | 3 | 15 | 36 |
| Binary | 1010101 | 1000011 | 1000010 | 0 | 10101 | 10110 | 1000011 | 11 | 1101 | 11110 |
Color Harmonies of #554342
Complementary color
Monochromatic Colors of #554342
Black with #554342
Text Example
Text Example
White with #554342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554342; }
p { color: rgb(85,67,66); }
H1.HeaderClassName
{
color: #554342;
}
.AnyTagClassName
{
color: #554342;
}
</style>
background-color css
<style>
a { background-color: #554342; }
a { background-color: rgb(85,67,66); }
div.DivClassName
{
background-color: #554342;
}
.BgClassName
{
background-color: #554342;
}
</style>
border-color css
<style>
span { border-color: #554342; }
span { border-color: rgb(85,67,66); }
td.TdClassName
{
border-color: #554342;
}
.TagClassName
{
border-color: #554342;
}
</style>