Shades of Twine #C5854E
Tints of Twine #C5854E
RGB
CMYK
RGB Variations
Color information
#C5854E (or 0xC5854E) is known color: Twine. HEX triplet: C5, 85 and 4E. RGB value is (197,133,78). Sum of RGB (Red+Green+Blue) = 197+133+78=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5854E is #3A7AB1. Grayscale: #929292. Windows color (decimal): -3832498 or 5146053. OLE color: 5146053.
HSL color Cylindrical-coordinate representation of color #C5854E: hue angle of 27.73º 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 #C5854E is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 78 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.23 |
| HSL | 27.73º | 0.51% | 0.54% | - |
| HSV(B) | 27.73º | 0.6% | 0.77% | - |
| XYZ | 32.79 | 29.2 | 11.11 | - |
| YUV | 145.87 | 89.7 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 78 | 0 | 0.32 | 0.60 | 0.23 | 27.73 | 0.51 | 0.54 |
| Hex | C5 | 85 | 4E | 0 | 20 | 3C | 17 | 1C | 33 | 36 |
| Octal | 305 | 205 | 116 | 0 | 40 | 74 | 27 | 34 | 63 | 66 |
| Binary | 11000101 | 10000101 | 1001110 | 0 | 100000 | 111100 | 10111 | 11100 | 110011 | 110110 |
Color Harmonies of #C5854E
Complementary color
Monochromatic Colors of #C5854E
Black with #C5854E
Text Example
Text Example
White with #C5854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5854E; }
p { color: rgb(197,133,78); }
H1.HeaderClassName
{
color: #C5854E;
}
.AnyTagClassName
{
color: #C5854E;
}
</style>
background-color css
<style>
a { background-color: #C5854E; }
a { background-color: rgb(197,133,78); }
div.DivClassName
{
background-color: #C5854E;
}
.BgClassName
{
background-color: #C5854E;
}
</style>
border-color css
<style>
span { border-color: #C5854E; }
span { border-color: rgb(197,133,78); }
td.TdClassName
{
border-color: #C5854E;
}
.TagClassName
{
border-color: #C5854E;
}
</style>