Shades of Twine #C59B57
Tints of Twine #C59B57
RGB
CMYK
RGB Variations
Color information
#C59B57 (or 0xC59B57) is known color: Twine. HEX triplet: C5, 9B and 57. RGB value is (197,155,87). Sum of RGB (Red+Green+Blue) = 197+155+87=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59B57 is #3A64A8. Grayscale: #A0A0A0. Windows color (decimal): -3826857 or 5741509. OLE color: 5741509.
HSL color Cylindrical-coordinate representation of color #C59B57: hue angle of 37.09º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C59B57 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 87 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.23 |
| HSL | 37.09º | 0.49% | 0.56% | - |
| HSV(B) | 37.09º | 0.56% | 0.77% | - |
| XYZ | 36.47 | 36 | 14.04 | - |
| YUV | 159.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 87 | 0 | 0.21 | 0.56 | 0.23 | 37.09 | 0.49 | 0.56 |
| Hex | C5 | 9B | 57 | 0 | 15 | 38 | 17 | 25 | 31 | 38 |
| Octal | 305 | 233 | 127 | 0 | 25 | 70 | 27 | 45 | 61 | 70 |
| Binary | 11000101 | 10011011 | 1010111 | 0 | 10101 | 111000 | 10111 | 100101 | 110001 | 111000 |
Color Harmonies of #C59B57
Complementary color
Monochromatic Colors of #C59B57
Black with #C59B57
Text Example
Text Example
White with #C59B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B57; }
p { color: rgb(197,155,87); }
H1.HeaderClassName
{
color: #C59B57;
}
.AnyTagClassName
{
color: #C59B57;
}
</style>
background-color css
<style>
a { background-color: #C59B57; }
a { background-color: rgb(197,155,87); }
div.DivClassName
{
background-color: #C59B57;
}
.BgClassName
{
background-color: #C59B57;
}
</style>
border-color css
<style>
span { border-color: #C59B57; }
span { border-color: rgb(197,155,87); }
td.TdClassName
{
border-color: #C59B57;
}
.TagClassName
{
border-color: #C59B57;
}
</style>