Shades of Twine #C58859
Tints of Twine #C58859
RGB
CMYK
RGB Variations
Color information
#C58859 (or 0xC58859) is known color: Twine. HEX triplet: C5, 88 and 59. RGB value is (197,136,89). Sum of RGB (Red+Green+Blue) = 197+136+89=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C58859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58859 is #3A77A6. Grayscale: #959595. Windows color (decimal): -3831719 or 5867717. OLE color: 5867717.
HSL color Cylindrical-coordinate representation of color #C58859: hue angle of 26.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C58859 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 89 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.23 |
| HSL | 26.11º | 0.48% | 0.56% | - |
| HSV(B) | 26.11º | 0.55% | 0.77% | - |
| XYZ | 33.63 | 30.2 | 13.51 | - |
| YUV | 148.88 | 94.21 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 89 | 0 | 0.31 | 0.55 | 0.23 | 26.11 | 0.48 | 0.56 |
| Hex | C5 | 88 | 59 | 0 | 1F | 37 | 17 | 1A | 30 | 38 |
| Octal | 305 | 210 | 131 | 0 | 37 | 67 | 27 | 32 | 60 | 70 |
| Binary | 11000101 | 10001000 | 1011001 | 0 | 11111 | 110111 | 10111 | 11010 | 110000 | 111000 |
Color Harmonies of #C58859
Complementary color
Monochromatic Colors of #C58859
Black with #C58859
Text Example
Text Example
White with #C58859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58859; }
p { color: rgb(197,136,89); }
H1.HeaderClassName
{
color: #C58859;
}
.AnyTagClassName
{
color: #C58859;
}
</style>
background-color css
<style>
a { background-color: #C58859; }
a { background-color: rgb(197,136,89); }
div.DivClassName
{
background-color: #C58859;
}
.BgClassName
{
background-color: #C58859;
}
</style>
border-color css
<style>
span { border-color: #C58859; }
span { border-color: rgb(197,136,89); }
td.TdClassName
{
border-color: #C58859;
}
.TagClassName
{
border-color: #C58859;
}
</style>