Shades of Tawny Port #5C414B
Tints of Tawny Port #5C414B
RGB
CMYK
RGB Variations
Color information
#5C414B (or 0x5C414B) is known color: Tawny Port. HEX triplet: 5C, 41 and 4B. RGB value is (92,65,75). Sum of RGB (Red+Green+Blue) = 92+65+75=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 92 - color contains mainly: red. Hex color #5C414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C414B is #A3BEB4. Grayscale: #4A4A4A. Windows color (decimal): -10731189 or 4931932. OLE color: 4931932.
HSL color Cylindrical-coordinate representation of color #5C414B: hue angle of 337.78º 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 #5C414B is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 65 | 75 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.64 |
| HSL | 337.78º | 0.17% | 0.31% | - |
| HSV(B) | 337.78º | 0.29% | 0.36% | - |
| XYZ | 7.57 | 6.56 | 7.52 | - |
| YUV | 74.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 75 | 0 | 0.29 | 0.18 | 0.64 | 337.78 | 0.17 | 0.31 |
| Hex | 5C | 41 | 4B | 0 | 1D | 12 | 40 | 152 | 11 | 1F |
| Octal | 134 | 101 | 113 | 0 | 35 | 22 | 100 | 522 | 21 | 37 |
| Binary | 1011100 | 1000001 | 1001011 | 0 | 11101 | 10010 | 1000000 | 101010010 | 10001 | 11111 |
Color Harmonies of #5C414B
Complementary color
Monochromatic Colors of #5C414B
Black with #5C414B
Text Example
Text Example
White with #5C414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C414B; }
p { color: rgb(92,65,75); }
H1.HeaderClassName
{
color: #5C414B;
}
.AnyTagClassName
{
color: #5C414B;
}
</style>
background-color css
<style>
a { background-color: #5C414B; }
a { background-color: rgb(92,65,75); }
div.DivClassName
{
background-color: #5C414B;
}
.BgClassName
{
background-color: #5C414B;
}
</style>
border-color css
<style>
span { border-color: #5C414B; }
span { border-color: rgb(92,65,75); }
td.TdClassName
{
border-color: #5C414B;
}
.TagClassName
{
border-color: #5C414B;
}
</style>