Shades of Cork #554C45
Tints of Cork #554C45
RGB
CMYK
RGB Variations
Color information
#554C45 (or 0x554C45) is known color: Cork. HEX triplet: 55, 4C and 45. RGB value is (85,76,69). Sum of RGB (Red+Green+Blue) = 85+76+69=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #554C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C45 is #AAB3BA. Grayscale: #4D4D4D. Windows color (decimal): -11187131 or 4541525. OLE color: 4541525.
HSL color Cylindrical-coordinate representation of color #554C45: hue angle of 26.25º 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 #554C45 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 69 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.67 |
| HSL | 26.25º | 0.1% | 0.3% | - |
| HSV(B) | 26.25º | 0.19% | 0.33% | - |
| XYZ | 7.4 | 7.53 | 6.69 | - |
| YUV | 77.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 69 | 0 | 0.11 | 0.19 | 0.67 | 26.25 | 0.1 | 0.3 |
| Hex | 55 | 4C | 45 | 0 | B | 13 | 43 | 1A | A | 1E |
| Octal | 125 | 114 | 105 | 0 | 13 | 23 | 103 | 32 | 12 | 36 |
| Binary | 1010101 | 1001100 | 1000101 | 0 | 1011 | 10011 | 1000011 | 11010 | 1010 | 11110 |
Color Harmonies of #554C45
Complementary color
Monochromatic Colors of #554C45
Black with #554C45
Text Example
Text Example
White with #554C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C45; }
p { color: rgb(85,76,69); }
H1.HeaderClassName
{
color: #554C45;
}
.AnyTagClassName
{
color: #554C45;
}
</style>
background-color css
<style>
a { background-color: #554C45; }
a { background-color: rgb(85,76,69); }
div.DivClassName
{
background-color: #554C45;
}
.BgClassName
{
background-color: #554C45;
}
</style>
border-color css
<style>
span { border-color: #554C45; }
span { border-color: rgb(85,76,69); }
td.TdClassName
{
border-color: #554C45;
}
.TagClassName
{
border-color: #554C45;
}
</style>