Shades of Cork #524A45
Tints of Cork #524A45
RGB
CMYK
RGB Variations
Color information
#524A45 (or 0x524A45) is known color: Cork. HEX triplet: 52, 4A and 45. RGB value is (82,74,69). Sum of RGB (Red+Green+Blue) = 82+74+69=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 82 - color contains mainly: red. Hex color #524A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A45 is #ADB5BA. Grayscale: #4B4B4B. Windows color (decimal): -11384251 or 4541010. OLE color: 4541010.
HSL color Cylindrical-coordinate representation of color #524A45: hue angle of 23.08º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #524A45 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 74 | 69 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.68 |
| HSL | 23.08º | 0.09% | 0.3% | - |
| HSV(B) | 23.08º | 0.16% | 0.32% | - |
| XYZ | 7 | 7.12 | 6.64 | - |
| YUV | 75.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 69 | 0 | 0.10 | 0.16 | 0.68 | 23.08 | 0.09 | 0.3 |
| Hex | 52 | 4A | 45 | 0 | A | 10 | 44 | 17 | 9 | 1E |
| Octal | 122 | 112 | 105 | 0 | 12 | 20 | 104 | 27 | 11 | 36 |
| Binary | 1010010 | 1001010 | 1000101 | 0 | 1010 | 10000 | 1000100 | 10111 | 1001 | 11110 |
Color Harmonies of #524A45
Complementary color
Monochromatic Colors of #524A45
Black with #524A45
Text Example
Text Example
White with #524A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A45; }
p { color: rgb(82,74,69); }
H1.HeaderClassName
{
color: #524A45;
}
.AnyTagClassName
{
color: #524A45;
}
</style>
background-color css
<style>
a { background-color: #524A45; }
a { background-color: rgb(82,74,69); }
div.DivClassName
{
background-color: #524A45;
}
.BgClassName
{
background-color: #524A45;
}
</style>
border-color css
<style>
span { border-color: #524A45; }
span { border-color: rgb(82,74,69); }
td.TdClassName
{
border-color: #524A45;
}
.TagClassName
{
border-color: #524A45;
}
</style>