Shades of Twine #C58D52
Tints of Twine #C58D52
RGB
CMYK
RGB Variations
Color information
#C58D52 (or 0xC58D52) is known color: Twine. HEX triplet: C5, 8D and 52. RGB value is (197,141,82). Sum of RGB (Red+Green+Blue) = 197+141+82=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58D52 is #3A72AD. Grayscale: #979797. Windows color (decimal): -3830446 or 5410245. OLE color: 5410245.
HSL color Cylindrical-coordinate representation of color #C58D52: hue angle of 30.78º 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 #C58D52 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 82 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.23 |
| HSL | 30.78º | 0.5% | 0.55% | - |
| HSV(B) | 30.78º | 0.58% | 0.77% | - |
| XYZ | 34.07 | 31.53 | 12.27 | - |
| YUV | 151.02 | 89.05 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 82 | 0 | 0.28 | 0.58 | 0.23 | 30.78 | 0.5 | 0.55 |
| Hex | C5 | 8D | 52 | 0 | 1C | 3A | 17 | 1F | 32 | 37 |
| Octal | 305 | 215 | 122 | 0 | 34 | 72 | 27 | 37 | 62 | 67 |
| Binary | 11000101 | 10001101 | 1010010 | 0 | 11100 | 111010 | 10111 | 11111 | 110010 | 110111 |
Color Harmonies of #C58D52
Complementary color
Monochromatic Colors of #C58D52
Black with #C58D52
Text Example
Text Example
White with #C58D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D52; }
p { color: rgb(197,141,82); }
H1.HeaderClassName
{
color: #C58D52;
}
.AnyTagClassName
{
color: #C58D52;
}
</style>
background-color css
<style>
a { background-color: #C58D52; }
a { background-color: rgb(197,141,82); }
div.DivClassName
{
background-color: #C58D52;
}
.BgClassName
{
background-color: #C58D52;
}
</style>
border-color css
<style>
span { border-color: #C58D52; }
span { border-color: rgb(197,141,82); }
td.TdClassName
{
border-color: #C58D52;
}
.TagClassName
{
border-color: #C58D52;
}
</style>