Shades of Twine #C59359
Tints of Twine #C59359
RGB
CMYK
RGB Variations
Color information
#C59359 (or 0xC59359) is known color: Twine. HEX triplet: C5, 93 and 59. RGB value is (197,147,89). Sum of RGB (Red+Green+Blue) = 197+147+89=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C59359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59359 is #3A6CA6. Grayscale: #9B9B9B. Windows color (decimal): -3828903 or 5870533. OLE color: 5870533.
HSL color Cylindrical-coordinate representation of color #C59359: hue angle of 32.22º 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 #C59359 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 89 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.23 |
| HSL | 32.22º | 0.48% | 0.56% | - |
| HSV(B) | 32.22º | 0.55% | 0.77% | - |
| XYZ | 35.26 | 33.46 | 14.05 | - |
| YUV | 155.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 89 | 0 | 0.25 | 0.55 | 0.23 | 32.22 | 0.48 | 0.56 |
| Hex | C5 | 93 | 59 | 0 | 19 | 37 | 17 | 20 | 30 | 38 |
| Octal | 305 | 223 | 131 | 0 | 31 | 67 | 27 | 40 | 60 | 70 |
| Binary | 11000101 | 10010011 | 1011001 | 0 | 11001 | 110111 | 10111 | 100000 | 110000 | 111000 |
Color Harmonies of #C59359
Complementary color
Monochromatic Colors of #C59359
Black with #C59359
Text Example
Text Example
White with #C59359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59359; }
p { color: rgb(197,147,89); }
H1.HeaderClassName
{
color: #C59359;
}
.AnyTagClassName
{
color: #C59359;
}
</style>
background-color css
<style>
a { background-color: #C59359; }
a { background-color: rgb(197,147,89); }
div.DivClassName
{
background-color: #C59359;
}
.BgClassName
{
background-color: #C59359;
}
</style>
border-color css
<style>
span { border-color: #C59359; }
span { border-color: rgb(197,147,89); }
td.TdClassName
{
border-color: #C59359;
}
.TagClassName
{
border-color: #C59359;
}
</style>