Shades of Cork #554D48
Tints of Cork #554D48
RGB
CMYK
RGB Variations
Color information
#554D48 (or 0x554D48) is known color: Cork. HEX triplet: 55, 4D and 48. RGB value is (85,77,72). Sum of RGB (Red+Green+Blue) = 85+77+72=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #554D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D48 is #AAB2B7. Grayscale: #4E4E4E. Windows color (decimal): -11186872 or 4738389. OLE color: 4738389.
HSL color Cylindrical-coordinate representation of color #554D48: hue angle of 23.08º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #554D48 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 72 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.67 |
| HSL | 23.08º | 0.08% | 0.31% | - |
| HSV(B) | 23.08º | 0.15% | 0.33% | - |
| XYZ | 7.57 | 7.71 | 7.22 | - |
| YUV | 78.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 72 | 0 | 0.09 | 0.15 | 0.67 | 23.08 | 0.08 | 0.31 |
| Hex | 55 | 4D | 48 | 0 | 9 | F | 43 | 17 | 8 | 1F |
| Octal | 125 | 115 | 110 | 0 | 11 | 17 | 103 | 27 | 10 | 37 |
| Binary | 1010101 | 1001101 | 1001000 | 0 | 1001 | 1111 | 1000011 | 10111 | 1000 | 11111 |
Color Harmonies of #554D48
Complementary color
Monochromatic Colors of #554D48
Black with #554D48
Text Example
Text Example
White with #554D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D48; }
p { color: rgb(85,77,72); }
H1.HeaderClassName
{
color: #554D48;
}
.AnyTagClassName
{
color: #554D48;
}
</style>
background-color css
<style>
a { background-color: #554D48; }
a { background-color: rgb(85,77,72); }
div.DivClassName
{
background-color: #554D48;
}
.BgClassName
{
background-color: #554D48;
}
</style>
border-color css
<style>
span { border-color: #554D48; }
span { border-color: rgb(85,77,72); }
td.TdClassName
{
border-color: #554D48;
}
.TagClassName
{
border-color: #554D48;
}
</style>