Shades of Cork #504A46
Tints of Cork #504A46
RGB
CMYK
RGB Variations
Color information
#504A46 (or 0x504A46) is known color: Cork. HEX triplet: 50, 4A and 46. RGB value is (80,74,70). Sum of RGB (Red+Green+Blue) = 80+74+70=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #504A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A46 is #AFB5B9. Grayscale: #4B4B4B. Windows color (decimal): -11515322 or 4606544. OLE color: 4606544.
HSL color Cylindrical-coordinate representation of color #504A46: hue angle of 24º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #504A46 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 70 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.69 |
| HSL | 24º | 0.07% | 0.29% | - |
| HSV(B) | 24º | 0.13% | 0.31% | - |
| XYZ | 6.86 | 7.05 | 6.79 | - |
| YUV | 75.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 70 | 0 | 0.08 | 0.12 | 0.69 | 24 | 0.07 | 0.29 |
| Hex | 50 | 4A | 46 | 0 | 8 | C | 45 | 18 | 7 | 1D |
| Octal | 120 | 112 | 106 | 0 | 10 | 14 | 105 | 30 | 7 | 35 |
| Binary | 1010000 | 1001010 | 1000110 | 0 | 1000 | 1100 | 1000101 | 11000 | 111 | 11101 |
Color Harmonies of #504A46
Complementary color
Monochromatic Colors of #504A46
Black with #504A46
Text Example
Text Example
White with #504A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A46; }
p { color: rgb(80,74,70); }
H1.HeaderClassName
{
color: #504A46;
}
.AnyTagClassName
{
color: #504A46;
}
</style>
background-color css
<style>
a { background-color: #504A46; }
a { background-color: rgb(80,74,70); }
div.DivClassName
{
background-color: #504A46;
}
.BgClassName
{
background-color: #504A46;
}
</style>
border-color css
<style>
span { border-color: #504A46; }
span { border-color: rgb(80,74,70); }
td.TdClassName
{
border-color: #504A46;
}
.TagClassName
{
border-color: #504A46;
}
</style>