Shades of Tawny Port #523D45
Tints of Tawny Port #523D45
RGB
CMYK
RGB Variations
Color information
#523D45 (or 0x523D45) is known color: Tawny Port. HEX triplet: 52, 3D and 45. RGB value is (82,61,69). Sum of RGB (Red+Green+Blue) = 82+61+69=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #523D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D45 is #ADC2BA. Grayscale: #444444. Windows color (decimal): -11387579 or 4537682. OLE color: 4537682.
HSL color Cylindrical-coordinate representation of color #523D45: hue angle of 337.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #523D45 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 69 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.68 |
| HSL | 337.14º | 0.15% | 0.28% | - |
| HSV(B) | 337.14º | 0.26% | 0.32% | - |
| XYZ | 6.22 | 5.56 | 6.38 | - |
| YUV | 68.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 69 | 0 | 0.26 | 0.16 | 0.68 | 337.14 | 0.15 | 0.28 |
| Hex | 52 | 3D | 45 | 0 | 1A | 10 | 44 | 151 | F | 1C |
| Octal | 122 | 75 | 105 | 0 | 32 | 20 | 104 | 521 | 17 | 34 |
| Binary | 1010010 | 111101 | 1000101 | 0 | 11010 | 10000 | 1000100 | 101010001 | 1111 | 11100 |
Color Harmonies of #523D45
Complementary color
Monochromatic Colors of #523D45
Black with #523D45
Text Example
Text Example
White with #523D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D45; }
p { color: rgb(82,61,69); }
H1.HeaderClassName
{
color: #523D45;
}
.AnyTagClassName
{
color: #523D45;
}
</style>
background-color css
<style>
a { background-color: #523D45; }
a { background-color: rgb(82,61,69); }
div.DivClassName
{
background-color: #523D45;
}
.BgClassName
{
background-color: #523D45;
}
</style>
border-color css
<style>
span { border-color: #523D45; }
span { border-color: rgb(82,61,69); }
td.TdClassName
{
border-color: #523D45;
}
.TagClassName
{
border-color: #523D45;
}
</style>