Shades of Tawny Port #533944
Tints of Tawny Port #533944
RGB
CMYK
RGB Variations
Color information
#533944 (or 0x533944) is known color: Tawny Port. HEX triplet: 53, 39 and 44. RGB value is (83,57,68). Sum of RGB (Red+Green+Blue) = 83+57+68=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #533944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533944 is #ACC6BB. Grayscale: #424242. Windows color (decimal): -11323068 or 4471123. OLE color: 4471123.
HSL color Cylindrical-coordinate representation of color #533944: hue angle of 334.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #533944 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 57 | 68 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.67 |
| HSL | 334.62º | 0.19% | 0.27% | - |
| HSV(B) | 334.62º | 0.31% | 0.33% | - |
| XYZ | 6.07 | 5.18 | 6.15 | - |
| YUV | 66.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 68 | 0 | 0.31 | 0.18 | 0.67 | 334.62 | 0.19 | 0.27 |
| Hex | 53 | 39 | 44 | 0 | 1F | 12 | 43 | 14F | 13 | 1B |
| Octal | 123 | 71 | 104 | 0 | 37 | 22 | 103 | 517 | 23 | 33 |
| Binary | 1010011 | 111001 | 1000100 | 0 | 11111 | 10010 | 1000011 | 101001111 | 10011 | 11011 |
Color Harmonies of #533944
Complementary color
Monochromatic Colors of #533944
Black with #533944
Text Example
Text Example
White with #533944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533944; }
p { color: rgb(83,57,68); }
H1.HeaderClassName
{
color: #533944;
}
.AnyTagClassName
{
color: #533944;
}
</style>
background-color css
<style>
a { background-color: #533944; }
a { background-color: rgb(83,57,68); }
div.DivClassName
{
background-color: #533944;
}
.BgClassName
{
background-color: #533944;
}
</style>
border-color css
<style>
span { border-color: #533944; }
span { border-color: rgb(83,57,68); }
td.TdClassName
{
border-color: #533944;
}
.TagClassName
{
border-color: #533944;
}
</style>