Shades of Cork #524A44
Tints of Cork #524A44
RGB
CMYK
RGB Variations
Color information
#524A44 (or 0x524A44) is known color: Cork. HEX triplet: 52, 4A and 44. RGB value is (82,74,68). Sum of RGB (Red+Green+Blue) = 82+74+68=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #524A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A44 is #ADB5BB. Grayscale: #4B4B4B. Windows color (decimal): -11384252 or 4475474. OLE color: 4475474.
HSL color Cylindrical-coordinate representation of color #524A44: hue angle of 25.71º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #524A44 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 68 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.68 |
| HSL | 25.71º | 0.09% | 0.29% | - |
| HSV(B) | 25.71º | 0.17% | 0.32% | - |
| XYZ | 6.97 | 7.11 | 6.47 | - |
| YUV | 75.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 68 | 0 | 0.10 | 0.17 | 0.68 | 25.71 | 0.09 | 0.29 |
| Hex | 52 | 4A | 44 | 0 | A | 11 | 44 | 1A | 9 | 1D |
| Octal | 122 | 112 | 104 | 0 | 12 | 21 | 104 | 32 | 11 | 35 |
| Binary | 1010010 | 1001010 | 1000100 | 0 | 1010 | 10001 | 1000100 | 11010 | 1001 | 11101 |
Color Harmonies of #524A44
Complementary color
Monochromatic Colors of #524A44
Black with #524A44
Text Example
Text Example
White with #524A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A44; }
p { color: rgb(82,74,68); }
H1.HeaderClassName
{
color: #524A44;
}
.AnyTagClassName
{
color: #524A44;
}
</style>
background-color css
<style>
a { background-color: #524A44; }
a { background-color: rgb(82,74,68); }
div.DivClassName
{
background-color: #524A44;
}
.BgClassName
{
background-color: #524A44;
}
</style>
border-color css
<style>
span { border-color: #524A44; }
span { border-color: rgb(82,74,68); }
td.TdClassName
{
border-color: #524A44;
}
.TagClassName
{
border-color: #524A44;
}
</style>