Shades of Twine #C59051
Tints of Twine #C59051
RGB
CMYK
RGB Variations
Color information
#C59051 (or 0xC59051) is known color: Twine. HEX triplet: C5, 90 and 51. RGB value is (197,144,81). Sum of RGB (Red+Green+Blue) = 197+144+81=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C59051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59051 is #3A6FAE. Grayscale: #989898. Windows color (decimal): -3829679 or 5345477. OLE color: 5345477.
HSL color Cylindrical-coordinate representation of color #C59051: hue angle of 32.59º 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 #C59051 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 81 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.23 |
| HSL | 32.59º | 0.5% | 0.55% | - |
| HSV(B) | 32.59º | 0.59% | 0.77% | - |
| XYZ | 34.48 | 32.41 | 12.22 | - |
| YUV | 152.67 | 87.56 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 81 | 0 | 0.27 | 0.59 | 0.23 | 32.59 | 0.5 | 0.55 |
| Hex | C5 | 90 | 51 | 0 | 1B | 3B | 17 | 21 | 32 | 37 |
| Octal | 305 | 220 | 121 | 0 | 33 | 73 | 27 | 41 | 62 | 67 |
| Binary | 11000101 | 10010000 | 1010001 | 0 | 11011 | 111011 | 10111 | 100001 | 110010 | 110111 |
Color Harmonies of #C59051
Complementary color
Monochromatic Colors of #C59051
Black with #C59051
Text Example
Text Example
White with #C59051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59051; }
p { color: rgb(197,144,81); }
H1.HeaderClassName
{
color: #C59051;
}
.AnyTagClassName
{
color: #C59051;
}
</style>
background-color css
<style>
a { background-color: #C59051; }
a { background-color: rgb(197,144,81); }
div.DivClassName
{
background-color: #C59051;
}
.BgClassName
{
background-color: #C59051;
}
</style>
border-color css
<style>
span { border-color: #C59051; }
span { border-color: rgb(197,144,81); }
td.TdClassName
{
border-color: #C59051;
}
.TagClassName
{
border-color: #C59051;
}
</style>