Shades of Cork #534A43
Tints of Cork #534A43
RGB
CMYK
RGB Variations
Color information
#534A43 (or 0x534A43) is known color: Cork. HEX triplet: 53, 4A and 43. RGB value is (83,74,67). Sum of RGB (Red+Green+Blue) = 83+74+67=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #534A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A43 is #ACB5BC. Grayscale: #4B4B4B. Windows color (decimal): -11318717 or 4409939. OLE color: 4409939.
HSL color Cylindrical-coordinate representation of color #534A43: hue angle of 26.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534A43 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 67 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.67 |
| HSL | 26.25º | 0.11% | 0.29% | - |
| HSV(B) | 26.25º | 0.19% | 0.33% | - |
| XYZ | 7.03 | 7.14 | 6.32 | - |
| YUV | 75.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 67 | 0 | 0.11 | 0.19 | 0.67 | 26.25 | 0.11 | 0.29 |
| Hex | 53 | 4A | 43 | 0 | B | 13 | 43 | 1A | B | 1D |
| Octal | 123 | 112 | 103 | 0 | 13 | 23 | 103 | 32 | 13 | 35 |
| Binary | 1010011 | 1001010 | 1000011 | 0 | 1011 | 10011 | 1000011 | 11010 | 1011 | 11101 |
Color Harmonies of #534A43
Complementary color
Monochromatic Colors of #534A43
Black with #534A43
Text Example
Text Example
White with #534A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A43; }
p { color: rgb(83,74,67); }
H1.HeaderClassName
{
color: #534A43;
}
.AnyTagClassName
{
color: #534A43;
}
</style>
background-color css
<style>
a { background-color: #534A43; }
a { background-color: rgb(83,74,67); }
div.DivClassName
{
background-color: #534A43;
}
.BgClassName
{
background-color: #534A43;
}
</style>
border-color css
<style>
span { border-color: #534A43; }
span { border-color: rgb(83,74,67); }
td.TdClassName
{
border-color: #534A43;
}
.TagClassName
{
border-color: #534A43;
}
</style>