Shades of Tawny Port #533F46
Tints of Tawny Port #533F46
RGB
CMYK
RGB Variations
Color information
#533F46 (or 0x533F46) is known color: Tawny Port. HEX triplet: 53, 3F and 46. RGB value is (83,63,70). Sum of RGB (Red+Green+Blue) = 83+63+70=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #533F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F46 is #ACC0B9. Grayscale: #454545. Windows color (decimal): -11321530 or 4603731. OLE color: 4603731.
HSL color Cylindrical-coordinate representation of color #533F46: hue angle of 339º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #533F46 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 70 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.67 |
| HSL | 339º | 0.14% | 0.29% | - |
| HSV(B) | 339º | 0.24% | 0.33% | - |
| XYZ | 6.45 | 5.84 | 6.58 | - |
| YUV | 69.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 70 | 0 | 0.24 | 0.16 | 0.67 | 339 | 0.14 | 0.29 |
| Hex | 53 | 3F | 46 | 0 | 18 | 10 | 43 | 153 | E | 1D |
| Octal | 123 | 77 | 106 | 0 | 30 | 20 | 103 | 523 | 16 | 35 |
| Binary | 1010011 | 111111 | 1000110 | 0 | 11000 | 10000 | 1000011 | 101010011 | 1110 | 11101 |
Color Harmonies of #533F46
Complementary color
Monochromatic Colors of #533F46
Black with #533F46
Text Example
Text Example
White with #533F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F46; }
p { color: rgb(83,63,70); }
H1.HeaderClassName
{
color: #533F46;
}
.AnyTagClassName
{
color: #533F46;
}
</style>
background-color css
<style>
a { background-color: #533F46; }
a { background-color: rgb(83,63,70); }
div.DivClassName
{
background-color: #533F46;
}
.BgClassName
{
background-color: #533F46;
}
</style>
border-color css
<style>
span { border-color: #533F46; }
span { border-color: rgb(83,63,70); }
td.TdClassName
{
border-color: #533F46;
}
.TagClassName
{
border-color: #533F46;
}
</style>