Shades of Twine #C59853
Tints of Twine #C59853
RGB
CMYK
RGB Variations
Color information
#C59853 (or 0xC59853) is known color: Twine. HEX triplet: C5, 98 and 53. RGB value is (197,152,83). Sum of RGB (Red+Green+Blue) = 197+152+83=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C59853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59853 is #3A67AC. Grayscale: #9D9D9D. Windows color (decimal): -3827629 or 5478597. OLE color: 5478597.
HSL color Cylindrical-coordinate representation of color #C59853: hue angle of 36.32º degrees, saturation: 0.5, 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 #C59853 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 83 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.23 |
| HSL | 36.32º | 0.5% | 0.55% | - |
| HSV(B) | 36.32º | 0.58% | 0.77% | - |
| XYZ | 35.82 | 34.95 | 13.04 | - |
| YUV | 157.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 83 | 0 | 0.23 | 0.58 | 0.23 | 36.32 | 0.5 | 0.55 |
| Hex | C5 | 98 | 53 | 0 | 17 | 3A | 17 | 24 | 32 | 37 |
| Octal | 305 | 230 | 123 | 0 | 27 | 72 | 27 | 44 | 62 | 67 |
| Binary | 11000101 | 10011000 | 1010011 | 0 | 10111 | 111010 | 10111 | 100100 | 110010 | 110111 |
Color Harmonies of #C59853
Complementary color
Monochromatic Colors of #C59853
Black with #C59853
Text Example
Text Example
White with #C59853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59853; }
p { color: rgb(197,152,83); }
H1.HeaderClassName
{
color: #C59853;
}
.AnyTagClassName
{
color: #C59853;
}
</style>
background-color css
<style>
a { background-color: #C59853; }
a { background-color: rgb(197,152,83); }
div.DivClassName
{
background-color: #C59853;
}
.BgClassName
{
background-color: #C59853;
}
</style>
border-color css
<style>
span { border-color: #C59853; }
span { border-color: rgb(197,152,83); }
td.TdClassName
{
border-color: #C59853;
}
.TagClassName
{
border-color: #C59853;
}
</style>