Shades of Cork #54463F
Tints of Cork #54463F
RGB
CMYK
RGB Variations
Color information
#54463F (or 0x54463F) is known color: Cork. HEX triplet: 54, 46 and 3F. RGB value is (84,70,63). Sum of RGB (Red+Green+Blue) = 84+70+63=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #54463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54463F is #ABB9C0. Grayscale: #494949. Windows color (decimal): -11254209 or 4146772. OLE color: 4146772.
HSL color Cylindrical-coordinate representation of color #54463F: hue angle of 20º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54463F is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 70 | 63 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.67 |
| HSL | 20º | 0.14% | 0.29% | - |
| HSV(B) | 20º | 0.25% | 0.33% | - |
| XYZ | 6.74 | 6.62 | 5.63 | - |
| YUV | 73.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 63 | 0 | 0.17 | 0.25 | 0.67 | 20 | 0.14 | 0.29 |
| Hex | 54 | 46 | 3F | 0 | 11 | 19 | 43 | 14 | E | 1D |
| Octal | 124 | 106 | 77 | 0 | 21 | 31 | 103 | 24 | 16 | 35 |
| Binary | 1010100 | 1000110 | 111111 | 0 | 10001 | 11001 | 1000011 | 10100 | 1110 | 11101 |
Color Harmonies of #54463F
Complementary color
Monochromatic Colors of #54463F
Black with #54463F
Text Example
Text Example
White with #54463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54463F; }
p { color: rgb(84,70,63); }
H1.HeaderClassName
{
color: #54463F;
}
.AnyTagClassName
{
color: #54463F;
}
</style>
background-color css
<style>
a { background-color: #54463F; }
a { background-color: rgb(84,70,63); }
div.DivClassName
{
background-color: #54463F;
}
.BgClassName
{
background-color: #54463F;
}
</style>
border-color css
<style>
span { border-color: #54463F; }
span { border-color: rgb(84,70,63); }
td.TdClassName
{
border-color: #54463F;
}
.TagClassName
{
border-color: #54463F;
}
</style>