Shades of Twine #C5864E
Tints of Twine #C5864E
RGB
CMYK
RGB Variations
Color information
#C5864E (or 0xC5864E) is known color: Twine. HEX triplet: C5, 86 and 4E. RGB value is (197,134,78). Sum of RGB (Red+Green+Blue) = 197+134+78=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5864E is #3A79B1. Grayscale: #929292. Windows color (decimal): -3832242 or 5146309. OLE color: 5146309.
HSL color Cylindrical-coordinate representation of color #C5864E: hue angle of 28.24º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5864E is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 78 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.23 |
| HSL | 28.24º | 0.51% | 0.54% | - |
| HSV(B) | 28.24º | 0.6% | 0.77% | - |
| XYZ | 32.93 | 29.47 | 11.16 | - |
| YUV | 146.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 78 | 0 | 0.32 | 0.60 | 0.23 | 28.24 | 0.51 | 0.54 |
| Hex | C5 | 86 | 4E | 0 | 20 | 3C | 17 | 1C | 33 | 36 |
| Octal | 305 | 206 | 116 | 0 | 40 | 74 | 27 | 34 | 63 | 66 |
| Binary | 11000101 | 10000110 | 1001110 | 0 | 100000 | 111100 | 10111 | 11100 | 110011 | 110110 |
Color Harmonies of #C5864E
Complementary color
Monochromatic Colors of #C5864E
Black with #C5864E
Text Example
Text Example
White with #C5864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5864E; }
p { color: rgb(197,134,78); }
H1.HeaderClassName
{
color: #C5864E;
}
.AnyTagClassName
{
color: #C5864E;
}
</style>
background-color css
<style>
a { background-color: #C5864E; }
a { background-color: rgb(197,134,78); }
div.DivClassName
{
background-color: #C5864E;
}
.BgClassName
{
background-color: #C5864E;
}
</style>
border-color css
<style>
span { border-color: #C5864E; }
span { border-color: rgb(197,134,78); }
td.TdClassName
{
border-color: #C5864E;
}
.TagClassName
{
border-color: #C5864E;
}
</style>