Shades of Twine #C58C51
Tints of Twine #C58C51
RGB
CMYK
RGB Variations
Color information
#C58C51 (or 0xC58C51) is known color: Twine. HEX triplet: C5, 8C and 51. RGB value is (197,140,81). Sum of RGB (Red+Green+Blue) = 197+140+81=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C51 is #3A73AE. Grayscale: #969696. Windows color (decimal): -3830703 or 5344453. OLE color: 5344453.
HSL color Cylindrical-coordinate representation of color #C58C51: hue angle of 30.52º 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 #C58C51 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 81 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.23 |
| HSL | 30.52º | 0.5% | 0.55% | - |
| HSV(B) | 30.52º | 0.59% | 0.77% | - |
| XYZ | 33.89 | 31.22 | 12.02 | - |
| YUV | 150.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 81 | 0 | 0.29 | 0.59 | 0.23 | 30.52 | 0.5 | 0.55 |
| Hex | C5 | 8C | 51 | 0 | 1D | 3B | 17 | 1F | 32 | 37 |
| Octal | 305 | 214 | 121 | 0 | 35 | 73 | 27 | 37 | 62 | 67 |
| Binary | 11000101 | 10001100 | 1010001 | 0 | 11101 | 111011 | 10111 | 11111 | 110010 | 110111 |
Color Harmonies of #C58C51
Complementary color
Monochromatic Colors of #C58C51
Black with #C58C51
Text Example
Text Example
White with #C58C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C51; }
p { color: rgb(197,140,81); }
H1.HeaderClassName
{
color: #C58C51;
}
.AnyTagClassName
{
color: #C58C51;
}
</style>
background-color css
<style>
a { background-color: #C58C51; }
a { background-color: rgb(197,140,81); }
div.DivClassName
{
background-color: #C58C51;
}
.BgClassName
{
background-color: #C58C51;
}
</style>
border-color css
<style>
span { border-color: #C58C51; }
span { border-color: rgb(197,140,81); }
td.TdClassName
{
border-color: #C58C51;
}
.TagClassName
{
border-color: #C58C51;
}
</style>