Shades of Twine #C49754
Tints of Twine #C49754
RGB
CMYK
RGB Variations
Color information
#C49754 (or 0xC49754) is known color: Twine. HEX triplet: C4, 97 and 54. RGB value is (196,151,84). Sum of RGB (Red+Green+Blue) = 196+151+84=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C49754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49754 is #3B68AB. Grayscale: #9D9D9D. Windows color (decimal): -3893420 or 5543876. OLE color: 5543876.
HSL color Cylindrical-coordinate representation of color #C49754: hue angle of 35.89º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C49754 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 84 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.23 |
| HSL | 35.89º | 0.49% | 0.55% | - |
| HSV(B) | 35.89º | 0.57% | 0.77% | - |
| XYZ | 35.43 | 34.51 | 13.18 | - |
| YUV | 156.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 84 | 0 | 0.23 | 0.57 | 0.23 | 35.89 | 0.49 | 0.55 |
| Hex | C4 | 97 | 54 | 0 | 17 | 39 | 17 | 24 | 31 | 37 |
| Octal | 304 | 227 | 124 | 0 | 27 | 71 | 27 | 44 | 61 | 67 |
| Binary | 11000100 | 10010111 | 1010100 | 0 | 10111 | 111001 | 10111 | 100100 | 110001 | 110111 |
Color Harmonies of #C49754
Complementary color
Monochromatic Colors of #C49754
Black with #C49754
Text Example
Text Example
White with #C49754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49754; }
p { color: rgb(196,151,84); }
H1.HeaderClassName
{
color: #C49754;
}
.AnyTagClassName
{
color: #C49754;
}
</style>
background-color css
<style>
a { background-color: #C49754; }
a { background-color: rgb(196,151,84); }
div.DivClassName
{
background-color: #C49754;
}
.BgClassName
{
background-color: #C49754;
}
</style>
border-color css
<style>
span { border-color: #C49754; }
span { border-color: rgb(196,151,84); }
td.TdClassName
{
border-color: #C49754;
}
.TagClassName
{
border-color: #C49754;
}
</style>