Shades of Twine #C49859
Tints of Twine #C49859
RGB
CMYK
RGB Variations
Color information
#C49859 (or 0xC49859) is known color: Twine. HEX triplet: C4, 98 and 59. RGB value is (196,152,89). Sum of RGB (Red+Green+Blue) = 196+152+89=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C49859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49859 is #3B67A6. Grayscale: #9E9E9E. Windows color (decimal): -3893159 or 5871812. OLE color: 5871812.
HSL color Cylindrical-coordinate representation of color #C49859: hue angle of 35.33º 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 #C49859 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 89 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.23 |
| HSL | 35.33º | 0.48% | 0.56% | - |
| HSV(B) | 35.33º | 0.55% | 0.77% | - |
| XYZ | 35.8 | 34.91 | 14.3 | - |
| YUV | 157.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 89 | 0 | 0.22 | 0.55 | 0.23 | 35.33 | 0.48 | 0.56 |
| Hex | C4 | 98 | 59 | 0 | 16 | 37 | 17 | 23 | 30 | 38 |
| Octal | 304 | 230 | 131 | 0 | 26 | 67 | 27 | 43 | 60 | 70 |
| Binary | 11000100 | 10011000 | 1011001 | 0 | 10110 | 110111 | 10111 | 100011 | 110000 | 111000 |
Color Harmonies of #C49859
Complementary color
Monochromatic Colors of #C49859
Black with #C49859
Text Example
Text Example
White with #C49859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49859; }
p { color: rgb(196,152,89); }
H1.HeaderClassName
{
color: #C49859;
}
.AnyTagClassName
{
color: #C49859;
}
</style>
background-color css
<style>
a { background-color: #C49859; }
a { background-color: rgb(196,152,89); }
div.DivClassName
{
background-color: #C49859;
}
.BgClassName
{
background-color: #C49859;
}
</style>
border-color css
<style>
span { border-color: #C49859; }
span { border-color: rgb(196,152,89); }
td.TdClassName
{
border-color: #C49859;
}
.TagClassName
{
border-color: #C49859;
}
</style>