Shades of Cork #534E4A
Tints of Cork #534E4A
RGB
CMYK
RGB Variations
Color information
#534E4A (or 0x534E4A) is known color: Cork. HEX triplet: 53, 4E and 4A. RGB value is (83,78,74). Sum of RGB (Red+Green+Blue) = 83+78+74=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #534E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E4A is #ACB1B5. Grayscale: #4F4F4F. Windows color (decimal): -11317686 or 4869715. OLE color: 4869715.
HSL color Cylindrical-coordinate representation of color #534E4A: hue angle of 26.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #534E4A is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 74 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.67 |
| HSL | 26.67º | 0.06% | 0.31% | - |
| HSV(B) | 26.67º | 0.11% | 0.33% | - |
| XYZ | 7.53 | 7.78 | 7.58 | - |
| YUV | 79.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 74 | 0 | 0.06 | 0.11 | 0.67 | 26.67 | 0.06 | 0.31 |
| Hex | 53 | 4E | 4A | 0 | 6 | B | 43 | 1B | 6 | 1F |
| Octal | 123 | 116 | 112 | 0 | 6 | 13 | 103 | 33 | 6 | 37 |
| Binary | 1010011 | 1001110 | 1001010 | 0 | 110 | 1011 | 1000011 | 11011 | 110 | 11111 |
Color Harmonies of #534E4A
Complementary color
Monochromatic Colors of #534E4A
Black with #534E4A
Text Example
Text Example
White with #534E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E4A; }
p { color: rgb(83,78,74); }
H1.HeaderClassName
{
color: #534E4A;
}
.AnyTagClassName
{
color: #534E4A;
}
</style>
background-color css
<style>
a { background-color: #534E4A; }
a { background-color: rgb(83,78,74); }
div.DivClassName
{
background-color: #534E4A;
}
.BgClassName
{
background-color: #534E4A;
}
</style>
border-color css
<style>
span { border-color: #534E4A; }
span { border-color: rgb(83,78,74); }
td.TdClassName
{
border-color: #534E4A;
}
.TagClassName
{
border-color: #534E4A;
}
</style>