Shades of Tawny Port #523C45
Tints of Tawny Port #523C45
RGB
CMYK
RGB Variations
Color information
#523C45 (or 0x523C45) is known color: Tawny Port. HEX triplet: 52, 3C and 45. RGB value is (82,60,69). Sum of RGB (Red+Green+Blue) = 82+60+69=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #523C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C45 is #ADC3BA. Grayscale: #434343. Windows color (decimal): -11387835 or 4537426. OLE color: 4537426.
HSL color Cylindrical-coordinate representation of color #523C45: hue angle of 335.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #523C45 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 69 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.68 |
| HSL | 335.45º | 0.15% | 0.28% | - |
| HSV(B) | 335.45º | 0.27% | 0.32% | - |
| XYZ | 6.17 | 5.46 | 6.36 | - |
| YUV | 67.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 69 | 0 | 0.27 | 0.16 | 0.68 | 335.45 | 0.15 | 0.28 |
| Hex | 52 | 3C | 45 | 0 | 1B | 10 | 44 | 14F | F | 1C |
| Octal | 122 | 74 | 105 | 0 | 33 | 20 | 104 | 517 | 17 | 34 |
| Binary | 1010010 | 111100 | 1000101 | 0 | 11011 | 10000 | 1000100 | 101001111 | 1111 | 11100 |
Color Harmonies of #523C45
Complementary color
Monochromatic Colors of #523C45
Black with #523C45
Text Example
Text Example
White with #523C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C45; }
p { color: rgb(82,60,69); }
H1.HeaderClassName
{
color: #523C45;
}
.AnyTagClassName
{
color: #523C45;
}
</style>
background-color css
<style>
a { background-color: #523C45; }
a { background-color: rgb(82,60,69); }
div.DivClassName
{
background-color: #523C45;
}
.BgClassName
{
background-color: #523C45;
}
</style>
border-color css
<style>
span { border-color: #523C45; }
span { border-color: rgb(82,60,69); }
td.TdClassName
{
border-color: #523C45;
}
.TagClassName
{
border-color: #523C45;
}
</style>