Shades of Twine #C59A53
Tints of Twine #C59A53
RGB
CMYK
RGB Variations
Color information
#C59A53 (or 0xC59A53) is known color: Twine. HEX triplet: C5, 9A and 53. RGB value is (197,154,83). Sum of RGB (Red+Green+Blue) = 197+154+83=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59A53 is #3A65AC. Grayscale: #9F9F9F. Windows color (decimal): -3827117 or 5479109. OLE color: 5479109.
HSL color Cylindrical-coordinate representation of color #C59A53: hue angle of 37.37º 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 #C59A53 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 83 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.23 |
| HSL | 37.37º | 0.5% | 0.55% | - |
| HSV(B) | 37.37º | 0.58% | 0.77% | - |
| XYZ | 36.14 | 35.61 | 13.15 | - |
| YUV | 158.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 83 | 0 | 0.22 | 0.58 | 0.23 | 37.37 | 0.5 | 0.55 |
| Hex | C5 | 9A | 53 | 0 | 16 | 3A | 17 | 25 | 32 | 37 |
| Octal | 305 | 232 | 123 | 0 | 26 | 72 | 27 | 45 | 62 | 67 |
| Binary | 11000101 | 10011010 | 1010011 | 0 | 10110 | 111010 | 10111 | 100101 | 110010 | 110111 |
Color Harmonies of #C59A53
Complementary color
Monochromatic Colors of #C59A53
Black with #C59A53
Text Example
Text Example
White with #C59A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A53; }
p { color: rgb(197,154,83); }
H1.HeaderClassName
{
color: #C59A53;
}
.AnyTagClassName
{
color: #C59A53;
}
</style>
background-color css
<style>
a { background-color: #C59A53; }
a { background-color: rgb(197,154,83); }
div.DivClassName
{
background-color: #C59A53;
}
.BgClassName
{
background-color: #C59A53;
}
</style>
border-color css
<style>
span { border-color: #C59A53; }
span { border-color: rgb(197,154,83); }
td.TdClassName
{
border-color: #C59A53;
}
.TagClassName
{
border-color: #C59A53;
}
</style>