Shades of Twine #C58F54
Tints of Twine #C58F54
RGB
CMYK
RGB Variations
Color information
#C58F54 (or 0xC58F54) is known color: Twine. HEX triplet: C5, 8F and 54. RGB value is (197,143,84). Sum of RGB (Red+Green+Blue) = 197+143+84=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F54 is #3A70AB. Grayscale: #989898. Windows color (decimal): -3829932 or 5541829. OLE color: 5541829.
HSL color Cylindrical-coordinate representation of color #C58F54: hue angle of 31.33º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C58F54 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 84 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.23 |
| HSL | 31.33º | 0.49% | 0.55% | - |
| HSV(B) | 31.33º | 0.57% | 0.77% | - |
| XYZ | 34.45 | 32.16 | 12.78 | - |
| YUV | 152.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 84 | 0 | 0.27 | 0.57 | 0.23 | 31.33 | 0.49 | 0.55 |
| Hex | C5 | 8F | 54 | 0 | 1B | 39 | 17 | 1F | 31 | 37 |
| Octal | 305 | 217 | 124 | 0 | 33 | 71 | 27 | 37 | 61 | 67 |
| Binary | 11000101 | 10001111 | 1010100 | 0 | 11011 | 111001 | 10111 | 11111 | 110001 | 110111 |
Color Harmonies of #C58F54
Complementary color
Monochromatic Colors of #C58F54
Black with #C58F54
Text Example
Text Example
White with #C58F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F54; }
p { color: rgb(197,143,84); }
H1.HeaderClassName
{
color: #C58F54;
}
.AnyTagClassName
{
color: #C58F54;
}
</style>
background-color css
<style>
a { background-color: #C58F54; }
a { background-color: rgb(197,143,84); }
div.DivClassName
{
background-color: #C58F54;
}
.BgClassName
{
background-color: #C58F54;
}
</style>
border-color css
<style>
span { border-color: #C58F54; }
span { border-color: rgb(197,143,84); }
td.TdClassName
{
border-color: #C58F54;
}
.TagClassName
{
border-color: #C58F54;
}
</style>