Shades of Cork #554A43
Tints of Cork #554A43
RGB
CMYK
RGB Variations
Color information
#554A43 (or 0x554A43) is known color: Cork. HEX triplet: 55, 4A and 43. RGB value is (85,74,67). Sum of RGB (Red+Green+Blue) = 85+74+67=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A43 is #AAB5BC. Grayscale: #4C4C4C. Windows color (decimal): -11187645 or 4409941. OLE color: 4409941.
HSL color Cylindrical-coordinate representation of color #554A43: hue angle of 23.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #554A43 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 67 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.67 |
| HSL | 23.33º | 0.12% | 0.3% | - |
| HSV(B) | 23.33º | 0.21% | 0.33% | - |
| XYZ | 7.21 | 7.23 | 6.33 | - |
| YUV | 76.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 67 | 0 | 0.13 | 0.21 | 0.67 | 23.33 | 0.12 | 0.3 |
| Hex | 55 | 4A | 43 | 0 | D | 15 | 43 | 17 | C | 1E |
| Octal | 125 | 112 | 103 | 0 | 15 | 25 | 103 | 27 | 14 | 36 |
| Binary | 1010101 | 1001010 | 1000011 | 0 | 1101 | 10101 | 1000011 | 10111 | 1100 | 11110 |
Color Harmonies of #554A43
Complementary color
Monochromatic Colors of #554A43
Black with #554A43
Text Example
Text Example
White with #554A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A43; }
p { color: rgb(85,74,67); }
H1.HeaderClassName
{
color: #554A43;
}
.AnyTagClassName
{
color: #554A43;
}
</style>
background-color css
<style>
a { background-color: #554A43; }
a { background-color: rgb(85,74,67); }
div.DivClassName
{
background-color: #554A43;
}
.BgClassName
{
background-color: #554A43;
}
</style>
border-color css
<style>
span { border-color: #554A43; }
span { border-color: rgb(85,74,67); }
td.TdClassName
{
border-color: #554A43;
}
.TagClassName
{
border-color: #554A43;
}
</style>