Shades of Twine #C59B53
Tints of Twine #C59B53
RGB
CMYK
RGB Variations
Color information
#C59B53 (or 0xC59B53) is known color: Twine. HEX triplet: C5, 9B and 53. RGB value is (197,155,83). Sum of RGB (Red+Green+Blue) = 197+155+83=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59B53 is #3A64AC. Grayscale: #9F9F9F. Windows color (decimal): -3826861 or 5479365. OLE color: 5479365.
HSL color Cylindrical-coordinate representation of color #C59B53: hue angle of 37.89º 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 #C59B53 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 83 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.23 |
| HSL | 37.89º | 0.5% | 0.55% | - |
| HSV(B) | 37.89º | 0.58% | 0.77% | - |
| XYZ | 36.31 | 35.94 | 13.21 | - |
| YUV | 159.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 83 | 0 | 0.21 | 0.58 | 0.23 | 37.89 | 0.5 | 0.55 |
| Hex | C5 | 9B | 53 | 0 | 15 | 3A | 17 | 26 | 32 | 37 |
| Octal | 305 | 233 | 123 | 0 | 25 | 72 | 27 | 46 | 62 | 67 |
| Binary | 11000101 | 10011011 | 1010011 | 0 | 10101 | 111010 | 10111 | 100110 | 110010 | 110111 |
Color Harmonies of #C59B53
Complementary color
Monochromatic Colors of #C59B53
Black with #C59B53
Text Example
Text Example
White with #C59B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B53; }
p { color: rgb(197,155,83); }
H1.HeaderClassName
{
color: #C59B53;
}
.AnyTagClassName
{
color: #C59B53;
}
</style>
background-color css
<style>
a { background-color: #C59B53; }
a { background-color: rgb(197,155,83); }
div.DivClassName
{
background-color: #C59B53;
}
.BgClassName
{
background-color: #C59B53;
}
</style>
border-color css
<style>
span { border-color: #C59B53; }
span { border-color: rgb(197,155,83); }
td.TdClassName
{
border-color: #C59B53;
}
.TagClassName
{
border-color: #C59B53;
}
</style>