Shades of Twine #C49251
Tints of Twine #C49251
RGB
CMYK
RGB Variations
Color information
#C49251 (or 0xC49251) is known color: Twine. HEX triplet: C4, 92 and 51. RGB value is (196,146,81). Sum of RGB (Red+Green+Blue) = 196+146+81=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C49251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49251 is #3B6DAE. Grayscale: #999999. Windows color (decimal): -3894703 or 5345988. OLE color: 5345988.
HSL color Cylindrical-coordinate representation of color #C49251: hue angle of 33.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C49251 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 81 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.23 |
| HSL | 33.91º | 0.49% | 0.54% | - |
| HSV(B) | 33.91º | 0.59% | 0.77% | - |
| XYZ | 34.53 | 32.89 | 12.31 | - |
| YUV | 153.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 81 | 0 | 0.26 | 0.59 | 0.23 | 33.91 | 0.49 | 0.54 |
| Hex | C4 | 92 | 51 | 0 | 1A | 3B | 17 | 22 | 31 | 36 |
| Octal | 304 | 222 | 121 | 0 | 32 | 73 | 27 | 42 | 61 | 66 |
| Binary | 11000100 | 10010010 | 1010001 | 0 | 11010 | 111011 | 10111 | 100010 | 110001 | 110110 |
Color Harmonies of #C49251
Complementary color
Monochromatic Colors of #C49251
Black with #C49251
Text Example
Text Example
White with #C49251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49251; }
p { color: rgb(196,146,81); }
H1.HeaderClassName
{
color: #C49251;
}
.AnyTagClassName
{
color: #C49251;
}
</style>
background-color css
<style>
a { background-color: #C49251; }
a { background-color: rgb(196,146,81); }
div.DivClassName
{
background-color: #C49251;
}
.BgClassName
{
background-color: #C49251;
}
</style>
border-color css
<style>
span { border-color: #C49251; }
span { border-color: rgb(196,146,81); }
td.TdClassName
{
border-color: #C49251;
}
.TagClassName
{
border-color: #C49251;
}
</style>