Shades of Very Dark Brown #554139
Tints of Very Dark Brown #554139
RGB
CMYK
RGB Variations
Color information
#554139 (or 0x554139) is known color: Very Dark Brown. HEX triplet: 55, 41 and 39. RGB value is (85,65,57). Sum of RGB (Red+Green+Blue) = 85+65+57=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #554139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554139 is #AABEC6. Grayscale: #464646. Windows color (decimal): -11189959 or 3752277. OLE color: 3752277.
HSL color Cylindrical-coordinate representation of color #554139: hue angle of 17.14º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554139 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 57 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.67 |
| HSL | 17.14º | 0.2% | 0.28% | - |
| HSV(B) | 17.14º | 0.33% | 0.33% | - |
| XYZ | 6.38 | 6.01 | 4.69 | - |
| YUV | 70.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 57 | 0 | 0.24 | 0.33 | 0.67 | 17.14 | 0.2 | 0.28 |
| Hex | 55 | 41 | 39 | 0 | 18 | 21 | 43 | 11 | 14 | 1C |
| Octal | 125 | 101 | 71 | 0 | 30 | 41 | 103 | 21 | 24 | 34 |
| Binary | 1010101 | 1000001 | 111001 | 0 | 11000 | 100001 | 1000011 | 10001 | 10100 | 11100 |
Color Harmonies of #554139
Complementary color
Monochromatic Colors of #554139
Black with #554139
Text Example
Text Example
White with #554139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554139; }
p { color: rgb(85,65,57); }
H1.HeaderClassName
{
color: #554139;
}
.AnyTagClassName
{
color: #554139;
}
</style>
background-color css
<style>
a { background-color: #554139; }
a { background-color: rgb(85,65,57); }
div.DivClassName
{
background-color: #554139;
}
.BgClassName
{
background-color: #554139;
}
</style>
border-color css
<style>
span { border-color: #554139; }
span { border-color: rgb(85,65,57); }
td.TdClassName
{
border-color: #554139;
}
.TagClassName
{
border-color: #554139;
}
</style>