Shades of Cork #54483F
Tints of Cork #54483F
RGB
CMYK
RGB Variations
Color information
#54483F (or 0x54483F) is known color: Cork. HEX triplet: 54, 48 and 3F. RGB value is (84,72,63). Sum of RGB (Red+Green+Blue) = 84+72+63=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 84 - color contains mainly: red. Hex color #54483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54483F is #ABB7C0. Grayscale: #4A4A4A. Windows color (decimal): -11253697 or 4147284. OLE color: 4147284.
HSL color Cylindrical-coordinate representation of color #54483F: hue angle of 25.71º 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 #54483F is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 63 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.67 |
| HSL | 25.71º | 0.14% | 0.29% | - |
| HSV(B) | 25.71º | 0.25% | 0.33% | - |
| XYZ | 6.87 | 6.88 | 5.67 | - |
| YUV | 74.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 63 | 0 | 0.14 | 0.25 | 0.67 | 25.71 | 0.14 | 0.29 |
| Hex | 54 | 48 | 3F | 0 | E | 19 | 43 | 1A | E | 1D |
| Octal | 124 | 110 | 77 | 0 | 16 | 31 | 103 | 32 | 16 | 35 |
| Binary | 1010100 | 1001000 | 111111 | 0 | 1110 | 11001 | 1000011 | 11010 | 1110 | 11101 |
Color Harmonies of #54483F
Complementary color
Monochromatic Colors of #54483F
Black with #54483F
Text Example
Text Example
White with #54483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54483F; }
p { color: rgb(84,72,63); }
H1.HeaderClassName
{
color: #54483F;
}
.AnyTagClassName
{
color: #54483F;
}
</style>
background-color css
<style>
a { background-color: #54483F; }
a { background-color: rgb(84,72,63); }
div.DivClassName
{
background-color: #54483F;
}
.BgClassName
{
background-color: #54483F;
}
</style>
border-color css
<style>
span { border-color: #54483F; }
span { border-color: rgb(84,72,63); }
td.TdClassName
{
border-color: #54483F;
}
.TagClassName
{
border-color: #54483F;
}
</style>