Shades of Cork #5A4A41
Tints of Cork #5A4A41
RGB
CMYK
RGB Variations
Color information
#5A4A41 (or 0x5A4A41) is known color: Cork. HEX triplet: 5A, 4A and 41. RGB value is (90,74,65). Sum of RGB (Red+Green+Blue) = 90+74+65=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4A41 is #A5B5BE. Grayscale: #4D4D4D. Windows color (decimal): -10859967 or 4278874. OLE color: 4278874.
HSL color Cylindrical-coordinate representation of color #5A4A41: hue angle of 21.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4A41 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 74 | 65 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.65 |
| HSL | 21.6º | 0.16% | 0.3% | - |
| HSV(B) | 21.6º | 0.28% | 0.35% | - |
| XYZ | 7.62 | 7.45 | 6.04 | - |
| YUV | 77.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 65 | 0 | 0.18 | 0.28 | 0.65 | 21.6 | 0.16 | 0.3 |
| Hex | 5A | 4A | 41 | 0 | 12 | 1C | 41 | 16 | 10 | 1E |
| Octal | 132 | 112 | 101 | 0 | 22 | 34 | 101 | 26 | 20 | 36 |
| Binary | 1011010 | 1001010 | 1000001 | 0 | 10010 | 11100 | 1000001 | 10110 | 10000 | 11110 |
Color Harmonies of #5A4A41
Complementary color
Monochromatic Colors of #5A4A41
Black with #5A4A41
Text Example
Text Example
White with #5A4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A41; }
p { color: rgb(90,74,65); }
H1.HeaderClassName
{
color: #5A4A41;
}
.AnyTagClassName
{
color: #5A4A41;
}
</style>
background-color css
<style>
a { background-color: #5A4A41; }
a { background-color: rgb(90,74,65); }
div.DivClassName
{
background-color: #5A4A41;
}
.BgClassName
{
background-color: #5A4A41;
}
</style>
border-color css
<style>
span { border-color: #5A4A41; }
span { border-color: rgb(90,74,65); }
td.TdClassName
{
border-color: #5A4A41;
}
.TagClassName
{
border-color: #5A4A41;
}
</style>