Shades of Twine #C49853
Tints of Twine #C49853
RGB
CMYK
RGB Variations
Color information
#C49853 (or 0xC49853) is known color: Twine. HEX triplet: C4, 98 and 53. RGB value is (196,152,83). Sum of RGB (Red+Green+Blue) = 196+152+83=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C49853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49853 is #3B67AC. Grayscale: #9D9D9D. Windows color (decimal): -3893165 or 5478596. OLE color: 5478596.
HSL color Cylindrical-coordinate representation of color #C49853: hue angle of 36.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C49853 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 83 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.23 |
| HSL | 36.64º | 0.49% | 0.55% | - |
| HSV(B) | 36.64º | 0.58% | 0.77% | - |
| XYZ | 35.55 | 34.82 | 13.03 | - |
| YUV | 157.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 83 | 0 | 0.22 | 0.58 | 0.23 | 36.64 | 0.49 | 0.55 |
| Hex | C4 | 98 | 53 | 0 | 16 | 3A | 17 | 25 | 31 | 37 |
| Octal | 304 | 230 | 123 | 0 | 26 | 72 | 27 | 45 | 61 | 67 |
| Binary | 11000100 | 10011000 | 1010011 | 0 | 10110 | 111010 | 10111 | 100101 | 110001 | 110111 |
Color Harmonies of #C49853
Complementary color
Monochromatic Colors of #C49853
Black with #C49853
Text Example
Text Example
White with #C49853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49853; }
p { color: rgb(196,152,83); }
H1.HeaderClassName
{
color: #C49853;
}
.AnyTagClassName
{
color: #C49853;
}
</style>
background-color css
<style>
a { background-color: #C49853; }
a { background-color: rgb(196,152,83); }
div.DivClassName
{
background-color: #C49853;
}
.BgClassName
{
background-color: #C49853;
}
</style>
border-color css
<style>
span { border-color: #C49853; }
span { border-color: rgb(196,152,83); }
td.TdClassName
{
border-color: #C49853;
}
.TagClassName
{
border-color: #C49853;
}
</style>