Shades of Tawny Port #523C43
Tints of Tawny Port #523C43
RGB
CMYK
RGB Variations
Color information
#523C43 (or 0x523C43) is known color: Tawny Port. HEX triplet: 52, 3C and 43. RGB value is (82,60,67). Sum of RGB (Red+Green+Blue) = 82+60+67=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #523C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C43 is #ADC3BC. Grayscale: #434343. Windows color (decimal): -11387837 or 4406354. OLE color: 4406354.
HSL color Cylindrical-coordinate representation of color #523C43: hue angle of 340.91º 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 #523C43 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 67 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.68 |
| HSL | 340.91º | 0.15% | 0.28% | - |
| HSV(B) | 340.91º | 0.27% | 0.32% | - |
| XYZ | 6.11 | 5.43 | 6.04 | - |
| YUV | 67.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 67 | 0 | 0.27 | 0.18 | 0.68 | 340.91 | 0.15 | 0.28 |
| Hex | 52 | 3C | 43 | 0 | 1B | 12 | 44 | 155 | F | 1C |
| Octal | 122 | 74 | 103 | 0 | 33 | 22 | 104 | 525 | 17 | 34 |
| Binary | 1010010 | 111100 | 1000011 | 0 | 11011 | 10010 | 1000100 | 101010101 | 1111 | 11100 |
Color Harmonies of #523C43
Complementary color
Monochromatic Colors of #523C43
Black with #523C43
Text Example
Text Example
White with #523C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C43; }
p { color: rgb(82,60,67); }
H1.HeaderClassName
{
color: #523C43;
}
.AnyTagClassName
{
color: #523C43;
}
</style>
background-color css
<style>
a { background-color: #523C43; }
a { background-color: rgb(82,60,67); }
div.DivClassName
{
background-color: #523C43;
}
.BgClassName
{
background-color: #523C43;
}
</style>
border-color css
<style>
span { border-color: #523C43; }
span { border-color: rgb(82,60,67); }
td.TdClassName
{
border-color: #523C43;
}
.TagClassName
{
border-color: #523C43;
}
</style>