Shades of Twine #C58956
Tints of Twine #C58956
RGB
CMYK
RGB Variations
Color information
#C58956 (or 0xC58956) is known color: Twine. HEX triplet: C5, 89 and 56. RGB value is (197,137,86). Sum of RGB (Red+Green+Blue) = 197+137+86=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C58956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58956 is #3A76A9. Grayscale: #959595. Windows color (decimal): -3831466 or 5671365. OLE color: 5671365.
HSL color Cylindrical-coordinate representation of color #C58956: hue angle of 27.57º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C58956 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 86 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.23 |
| HSL | 27.57º | 0.49% | 0.55% | - |
| HSV(B) | 27.57º | 0.56% | 0.77% | - |
| XYZ | 33.65 | 30.43 | 12.9 | - |
| YUV | 149.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 86 | 0 | 0.30 | 0.56 | 0.23 | 27.57 | 0.49 | 0.55 |
| Hex | C5 | 89 | 56 | 0 | 1E | 38 | 17 | 1C | 31 | 37 |
| Octal | 305 | 211 | 126 | 0 | 36 | 70 | 27 | 34 | 61 | 67 |
| Binary | 11000101 | 10001001 | 1010110 | 0 | 11110 | 111000 | 10111 | 11100 | 110001 | 110111 |
Color Harmonies of #C58956
Complementary color
Monochromatic Colors of #C58956
Black with #C58956
Text Example
Text Example
White with #C58956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58956; }
p { color: rgb(197,137,86); }
H1.HeaderClassName
{
color: #C58956;
}
.AnyTagClassName
{
color: #C58956;
}
</style>
background-color css
<style>
a { background-color: #C58956; }
a { background-color: rgb(197,137,86); }
div.DivClassName
{
background-color: #C58956;
}
.BgClassName
{
background-color: #C58956;
}
</style>
border-color css
<style>
span { border-color: #C58956; }
span { border-color: rgb(197,137,86); }
td.TdClassName
{
border-color: #C58956;
}
.TagClassName
{
border-color: #C58956;
}
</style>