Shades of Cork #554A42
Tints of Cork #554A42
RGB
CMYK
RGB Variations
Color information
#554A42 (or 0x554A42) is known color: Cork. HEX triplet: 55, 4A and 42. RGB value is (85,74,66). Sum of RGB (Red+Green+Blue) = 85+74+66=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A42 is #AAB5BD. Grayscale: #4C4C4C. Windows color (decimal): -11187646 or 4344405. OLE color: 4344405.
HSL color Cylindrical-coordinate representation of color #554A42: hue angle of 25.26º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554A42 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 74 | 66 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.67 |
| HSL | 25.26º | 0.13% | 0.3% | - |
| HSV(B) | 25.26º | 0.22% | 0.33% | - |
| XYZ | 7.18 | 7.22 | 6.17 | - |
| YUV | 76.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 66 | 0 | 0.13 | 0.22 | 0.67 | 25.26 | 0.13 | 0.3 |
| Hex | 55 | 4A | 42 | 0 | D | 16 | 43 | 19 | D | 1E |
| Octal | 125 | 112 | 102 | 0 | 15 | 26 | 103 | 31 | 15 | 36 |
| Binary | 1010101 | 1001010 | 1000010 | 0 | 1101 | 10110 | 1000011 | 11001 | 1101 | 11110 |
Color Harmonies of #554A42
Complementary color
Monochromatic Colors of #554A42
Black with #554A42
Text Example
Text Example
White with #554A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A42; }
p { color: rgb(85,74,66); }
H1.HeaderClassName
{
color: #554A42;
}
.AnyTagClassName
{
color: #554A42;
}
</style>
background-color css
<style>
a { background-color: #554A42; }
a { background-color: rgb(85,74,66); }
div.DivClassName
{
background-color: #554A42;
}
.BgClassName
{
background-color: #554A42;
}
</style>
border-color css
<style>
span { border-color: #554A42; }
span { border-color: rgb(85,74,66); }
td.TdClassName
{
border-color: #554A42;
}
.TagClassName
{
border-color: #554A42;
}
</style>