Shades of Tawny Port #5C414C
Tints of Tawny Port #5C414C
RGB
CMYK
RGB Variations
Color information
#5C414C (or 0x5C414C) is known color: Tawny Port. HEX triplet: 5C, 41 and 4C. RGB value is (92,65,76). Sum of RGB (Red+Green+Blue) = 92+65+76=233 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.48% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 92 - color contains mainly: red. Hex color #5C414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C414C is #A3BEB3. Grayscale: #4A4A4A. Windows color (decimal): -10731188 or 4997468. OLE color: 4997468.
HSL color Cylindrical-coordinate representation of color #5C414C: hue angle of 335.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C414C is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 65 | 76 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.64 |
| HSL | 335.56º | 0.17% | 0.31% | - |
| HSV(B) | 335.56º | 0.29% | 0.36% | - |
| XYZ | 7.61 | 6.58 | 7.71 | - |
| YUV | 74.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 76 | 0 | 0.29 | 0.17 | 0.64 | 335.56 | 0.17 | 0.31 |
| Hex | 5C | 41 | 4C | 0 | 1D | 11 | 40 | 150 | 11 | 1F |
| Octal | 134 | 101 | 114 | 0 | 35 | 21 | 100 | 520 | 21 | 37 |
| Binary | 1011100 | 1000001 | 1001100 | 0 | 11101 | 10001 | 1000000 | 101010000 | 10001 | 11111 |
Color Harmonies of #5C414C
Complementary color
Monochromatic Colors of #5C414C
Black with #5C414C
Text Example
Text Example
White with #5C414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C414C; }
p { color: rgb(92,65,76); }
H1.HeaderClassName
{
color: #5C414C;
}
.AnyTagClassName
{
color: #5C414C;
}
</style>
background-color css
<style>
a { background-color: #5C414C; }
a { background-color: rgb(92,65,76); }
div.DivClassName
{
background-color: #5C414C;
}
.BgClassName
{
background-color: #5C414C;
}
</style>
border-color css
<style>
span { border-color: #5C414C; }
span { border-color: rgb(92,65,76); }
td.TdClassName
{
border-color: #5C414C;
}
.TagClassName
{
border-color: #5C414C;
}
</style>