Shades of Twine #C58959
Tints of Twine #C58959
RGB
CMYK
RGB Variations
Color information
#C58959 (or 0xC58959) is known color: Twine. HEX triplet: C5, 89 and 59. RGB value is (197,137,89). Sum of RGB (Red+Green+Blue) = 197+137+89=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C58959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58959 is #3A76A6. Grayscale: #959595. Windows color (decimal): -3831463 or 5867973. OLE color: 5867973.
HSL color Cylindrical-coordinate representation of color #C58959: hue angle of 26.67º 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 #C58959 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 89 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.23 |
| HSL | 26.67º | 0.48% | 0.56% | - |
| HSV(B) | 26.67º | 0.55% | 0.77% | - |
| XYZ | 33.77 | 30.48 | 13.55 | - |
| YUV | 149.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 89 | 0 | 0.30 | 0.55 | 0.23 | 26.67 | 0.48 | 0.56 |
| Hex | C5 | 89 | 59 | 0 | 1E | 37 | 17 | 1B | 30 | 38 |
| Octal | 305 | 211 | 131 | 0 | 36 | 67 | 27 | 33 | 60 | 70 |
| Binary | 11000101 | 10001001 | 1011001 | 0 | 11110 | 110111 | 10111 | 11011 | 110000 | 111000 |
Color Harmonies of #C58959
Complementary color
Monochromatic Colors of #C58959
Black with #C58959
Text Example
Text Example
White with #C58959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58959; }
p { color: rgb(197,137,89); }
H1.HeaderClassName
{
color: #C58959;
}
.AnyTagClassName
{
color: #C58959;
}
</style>
background-color css
<style>
a { background-color: #C58959; }
a { background-color: rgb(197,137,89); }
div.DivClassName
{
background-color: #C58959;
}
.BgClassName
{
background-color: #C58959;
}
</style>
border-color css
<style>
span { border-color: #C58959; }
span { border-color: rgb(197,137,89); }
td.TdClassName
{
border-color: #C58959;
}
.TagClassName
{
border-color: #C58959;
}
</style>