Shades of Cork #554E49
Tints of Cork #554E49
RGB
CMYK
RGB Variations
Color information
#554E49 (or 0x554E49) is known color: Cork. HEX triplet: 55, 4E and 49. RGB value is (85,78,73). Sum of RGB (Red+Green+Blue) = 85+78+73=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #554E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E49 is #AAB1B6. Grayscale: #4F4F4F. Windows color (decimal): -11186615 or 4804181. OLE color: 4804181.
HSL color Cylindrical-coordinate representation of color #554E49: hue angle of 25º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #554E49 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 73 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.67 |
| HSL | 25º | 0.08% | 0.31% | - |
| HSV(B) | 25º | 0.14% | 0.33% | - |
| XYZ | 7.67 | 7.86 | 7.42 | - |
| YUV | 79.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 73 | 0 | 0.08 | 0.14 | 0.67 | 25 | 0.08 | 0.31 |
| Hex | 55 | 4E | 49 | 0 | 8 | E | 43 | 19 | 8 | 1F |
| Octal | 125 | 116 | 111 | 0 | 10 | 16 | 103 | 31 | 10 | 37 |
| Binary | 1010101 | 1001110 | 1001001 | 0 | 1000 | 1110 | 1000011 | 11001 | 1000 | 11111 |
Color Harmonies of #554E49
Complementary color
Monochromatic Colors of #554E49
Black with #554E49
Text Example
Text Example
White with #554E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E49; }
p { color: rgb(85,78,73); }
H1.HeaderClassName
{
color: #554E49;
}
.AnyTagClassName
{
color: #554E49;
}
</style>
background-color css
<style>
a { background-color: #554E49; }
a { background-color: rgb(85,78,73); }
div.DivClassName
{
background-color: #554E49;
}
.BgClassName
{
background-color: #554E49;
}
</style>
border-color css
<style>
span { border-color: #554E49; }
span { border-color: rgb(85,78,73); }
td.TdClassName
{
border-color: #554E49;
}
.TagClassName
{
border-color: #554E49;
}
</style>