Shades of Twine #C49B59
Tints of Twine #C49B59
RGB
CMYK
RGB Variations
Color information
#C49B59 (or 0xC49B59) is known color: Twine. HEX triplet: C4, 9B and 59. RGB value is (196,155,89). Sum of RGB (Red+Green+Blue) = 196+155+89=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B59 is #3B64A6. Grayscale: #A0A0A0. Windows color (decimal): -3892391 or 5872580. OLE color: 5872580.
HSL color Cylindrical-coordinate representation of color #C49B59: hue angle of 37.01º 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 #C49B59 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 89 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.23 |
| HSL | 37.01º | 0.48% | 0.56% | - |
| HSV(B) | 37.01º | 0.55% | 0.77% | - |
| XYZ | 36.29 | 35.9 | 14.47 | - |
| YUV | 159.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 89 | 0 | 0.21 | 0.55 | 0.23 | 37.01 | 0.48 | 0.56 |
| Hex | C4 | 9B | 59 | 0 | 15 | 37 | 17 | 25 | 30 | 38 |
| Octal | 304 | 233 | 131 | 0 | 25 | 67 | 27 | 45 | 60 | 70 |
| Binary | 11000100 | 10011011 | 1011001 | 0 | 10101 | 110111 | 10111 | 100101 | 110000 | 111000 |
Color Harmonies of #C49B59
Complementary color
Monochromatic Colors of #C49B59
Black with #C49B59
Text Example
Text Example
White with #C49B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B59; }
p { color: rgb(196,155,89); }
H1.HeaderClassName
{
color: #C49B59;
}
.AnyTagClassName
{
color: #C49B59;
}
</style>
background-color css
<style>
a { background-color: #C49B59; }
a { background-color: rgb(196,155,89); }
div.DivClassName
{
background-color: #C49B59;
}
.BgClassName
{
background-color: #C49B59;
}
</style>
border-color css
<style>
span { border-color: #C49B59; }
span { border-color: rgb(196,155,89); }
td.TdClassName
{
border-color: #C49B59;
}
.TagClassName
{
border-color: #C49B59;
}
</style>