Shades of Twine #C59251
Tints of Twine #C59251
RGB
CMYK
RGB Variations
Color information
#C59251 (or 0xC59251) is known color: Twine. HEX triplet: C5, 92 and 51. RGB value is (197,146,81). Sum of RGB (Red+Green+Blue) = 197+146+81=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 81 (32.03% from 255 or 19.10% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C59251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59251 is #3A6DAE. Grayscale: #9A9A9A. Windows color (decimal): -3829167 or 5345989. OLE color: 5345989.
HSL color Cylindrical-coordinate representation of color #C59251: hue angle of 33.62º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C59251 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 81 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.23 |
| HSL | 33.62º | 0.5% | 0.55% | - |
| HSV(B) | 33.62º | 0.59% | 0.77% | - |
| XYZ | 34.79 | 33.02 | 12.32 | - |
| YUV | 153.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 81 | 0 | 0.26 | 0.59 | 0.23 | 33.62 | 0.5 | 0.55 |
| Hex | C5 | 92 | 51 | 0 | 1A | 3B | 17 | 22 | 32 | 37 |
| Octal | 305 | 222 | 121 | 0 | 32 | 73 | 27 | 42 | 62 | 67 |
| Binary | 11000101 | 10010010 | 1010001 | 0 | 11010 | 111011 | 10111 | 100010 | 110010 | 110111 |
Color Harmonies of #C59251
Complementary color
Monochromatic Colors of #C59251
Black with #C59251
Text Example
Text Example
White with #C59251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59251; }
p { color: rgb(197,146,81); }
H1.HeaderClassName
{
color: #C59251;
}
.AnyTagClassName
{
color: #C59251;
}
</style>
background-color css
<style>
a { background-color: #C59251; }
a { background-color: rgb(197,146,81); }
div.DivClassName
{
background-color: #C59251;
}
.BgClassName
{
background-color: #C59251;
}
</style>
border-color css
<style>
span { border-color: #C59251; }
span { border-color: rgb(197,146,81); }
td.TdClassName
{
border-color: #C59251;
}
.TagClassName
{
border-color: #C59251;
}
</style>