Shades of Tawny Port #5C434B
Tints of Tawny Port #5C434B
RGB
CMYK
RGB Variations
Color information
#5C434B (or 0x5C434B) is known color: Tawny Port. HEX triplet: 5C, 43 and 4B. RGB value is (92,67,75). Sum of RGB (Red+Green+Blue) = 92+67+75=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 92 - color contains mainly: red. Hex color #5C434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C434B is #A3BCB4. Grayscale: #4B4B4B. Windows color (decimal): -10730677 or 4932444. OLE color: 4932444.
HSL color Cylindrical-coordinate representation of color #5C434B: hue angle of 340.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C434B is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 67 | 75 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.64 |
| HSL | 340.8º | 0.16% | 0.31% | - |
| HSV(B) | 340.8º | 0.27% | 0.36% | - |
| XYZ | 7.69 | 6.8 | 7.56 | - |
| YUV | 75.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 75 | 0 | 0.27 | 0.18 | 0.64 | 340.8 | 0.16 | 0.31 |
| Hex | 5C | 43 | 4B | 0 | 1B | 12 | 40 | 155 | 10 | 1F |
| Octal | 134 | 103 | 113 | 0 | 33 | 22 | 100 | 525 | 20 | 37 |
| Binary | 1011100 | 1000011 | 1001011 | 0 | 11011 | 10010 | 1000000 | 101010101 | 10000 | 11111 |
Color Harmonies of #5C434B
Complementary color
Monochromatic Colors of #5C434B
Black with #5C434B
Text Example
Text Example
White with #5C434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C434B; }
p { color: rgb(92,67,75); }
H1.HeaderClassName
{
color: #5C434B;
}
.AnyTagClassName
{
color: #5C434B;
}
</style>
background-color css
<style>
a { background-color: #5C434B; }
a { background-color: rgb(92,67,75); }
div.DivClassName
{
background-color: #5C434B;
}
.BgClassName
{
background-color: #5C434B;
}
</style>
border-color css
<style>
span { border-color: #5C434B; }
span { border-color: rgb(92,67,75); }
td.TdClassName
{
border-color: #5C434B;
}
.TagClassName
{
border-color: #5C434B;
}
</style>