Shades of Cork #5A4A40
Tints of Cork #5A4A40
RGB
CMYK
RGB Variations
Color information
#5A4A40 (or 0x5A4A40) is known color: Cork. HEX triplet: 5A, 4A and 40. RGB value is (90,74,64). Sum of RGB (Red+Green+Blue) = 90+74+64=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4A40 is #A5B5BF. Grayscale: #4D4D4D. Windows color (decimal): -10859968 or 4213338. OLE color: 4213338.
HSL color Cylindrical-coordinate representation of color #5A4A40: hue angle of 23.08º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A4A40 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 74 | 64 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.65 |
| HSL | 23.08º | 0.17% | 0.3% | - |
| HSV(B) | 23.08º | 0.29% | 0.35% | - |
| XYZ | 7.59 | 7.44 | 5.89 | - |
| YUV | 77.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 64 | 0 | 0.18 | 0.29 | 0.65 | 23.08 | 0.17 | 0.3 |
| Hex | 5A | 4A | 40 | 0 | 12 | 1D | 41 | 17 | 11 | 1E |
| Octal | 132 | 112 | 100 | 0 | 22 | 35 | 101 | 27 | 21 | 36 |
| Binary | 1011010 | 1001010 | 1000000 | 0 | 10010 | 11101 | 1000001 | 10111 | 10001 | 11110 |
Color Harmonies of #5A4A40
Complementary color
Monochromatic Colors of #5A4A40
Black with #5A4A40
Text Example
Text Example
White with #5A4A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A40; }
p { color: rgb(90,74,64); }
H1.HeaderClassName
{
color: #5A4A40;
}
.AnyTagClassName
{
color: #5A4A40;
}
</style>
background-color css
<style>
a { background-color: #5A4A40; }
a { background-color: rgb(90,74,64); }
div.DivClassName
{
background-color: #5A4A40;
}
.BgClassName
{
background-color: #5A4A40;
}
</style>
border-color css
<style>
span { border-color: #5A4A40; }
span { border-color: rgb(90,74,64); }
td.TdClassName
{
border-color: #5A4A40;
}
.TagClassName
{
border-color: #5A4A40;
}
</style>