Shades of Cork #534A45
Tints of Cork #534A45
RGB
CMYK
RGB Variations
Color information
#534A45 (or 0x534A45) is known color: Cork. HEX triplet: 53, 4A and 45. RGB value is (83,74,69). Sum of RGB (Red+Green+Blue) = 83+74+69=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #534A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A45 is #ACB5BA. Grayscale: #4C4C4C. Windows color (decimal): -11318715 or 4541011. OLE color: 4541011.
HSL color Cylindrical-coordinate representation of color #534A45: hue angle of 21.43º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #534A45 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 69 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.67 |
| HSL | 21.43º | 0.09% | 0.3% | - |
| HSV(B) | 21.43º | 0.17% | 0.33% | - |
| XYZ | 7.09 | 7.17 | 6.64 | - |
| YUV | 76.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 69 | 0 | 0.11 | 0.17 | 0.67 | 21.43 | 0.09 | 0.3 |
| Hex | 53 | 4A | 45 | 0 | B | 11 | 43 | 15 | 9 | 1E |
| Octal | 123 | 112 | 105 | 0 | 13 | 21 | 103 | 25 | 11 | 36 |
| Binary | 1010011 | 1001010 | 1000101 | 0 | 1011 | 10001 | 1000011 | 10101 | 1001 | 11110 |
Color Harmonies of #534A45
Complementary color
Monochromatic Colors of #534A45
Black with #534A45
Text Example
Text Example
White with #534A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A45; }
p { color: rgb(83,74,69); }
H1.HeaderClassName
{
color: #534A45;
}
.AnyTagClassName
{
color: #534A45;
}
</style>
background-color css
<style>
a { background-color: #534A45; }
a { background-color: rgb(83,74,69); }
div.DivClassName
{
background-color: #534A45;
}
.BgClassName
{
background-color: #534A45;
}
</style>
border-color css
<style>
span { border-color: #534A45; }
span { border-color: rgb(83,74,69); }
td.TdClassName
{
border-color: #534A45;
}
.TagClassName
{
border-color: #534A45;
}
</style>