Shades of Cork #55473F
Tints of Cork #55473F
RGB
CMYK
RGB Variations
Color information
#55473F (or 0x55473F) is known color: Cork. HEX triplet: 55, 47 and 3F. RGB value is (85,71,63). Sum of RGB (Red+Green+Blue) = 85+71+63=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #55473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55473F is #AAB8C0. Grayscale: #4A4A4A. Windows color (decimal): -11188417 or 4147029. OLE color: 4147029.
HSL color Cylindrical-coordinate representation of color #55473F: hue angle of 21.82º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55473F is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 63 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.67 |
| HSL | 21.82º | 0.15% | 0.29% | - |
| HSV(B) | 21.82º | 0.26% | 0.33% | - |
| XYZ | 6.9 | 6.8 | 5.65 | - |
| YUV | 74.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 63 | 0 | 0.16 | 0.26 | 0.67 | 21.82 | 0.15 | 0.29 |
| Hex | 55 | 47 | 3F | 0 | 10 | 1A | 43 | 16 | F | 1D |
| Octal | 125 | 107 | 77 | 0 | 20 | 32 | 103 | 26 | 17 | 35 |
| Binary | 1010101 | 1000111 | 111111 | 0 | 10000 | 11010 | 1000011 | 10110 | 1111 | 11101 |
Color Harmonies of #55473F
Complementary color
Monochromatic Colors of #55473F
Black with #55473F
Text Example
Text Example
White with #55473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55473F; }
p { color: rgb(85,71,63); }
H1.HeaderClassName
{
color: #55473F;
}
.AnyTagClassName
{
color: #55473F;
}
</style>
background-color css
<style>
a { background-color: #55473F; }
a { background-color: rgb(85,71,63); }
div.DivClassName
{
background-color: #55473F;
}
.BgClassName
{
background-color: #55473F;
}
</style>
border-color css
<style>
span { border-color: #55473F; }
span { border-color: rgb(85,71,63); }
td.TdClassName
{
border-color: #55473F;
}
.TagClassName
{
border-color: #55473F;
}
</style>