Shades of Twine #C58552
Tints of Twine #C58552
RGB
CMYK
RGB Variations
Color information
#C58552 (or 0xC58552) is known color: Twine. HEX triplet: C5, 85 and 52. RGB value is (197,133,82). Sum of RGB (Red+Green+Blue) = 197+133+82=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C58552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58552 is #3A7AAD. Grayscale: #929292. Windows color (decimal): -3832494 or 5408197. OLE color: 5408197.
HSL color Cylindrical-coordinate representation of color #C58552: hue angle of 26.61º 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 #C58552 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 82 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.23 |
| HSL | 26.61º | 0.5% | 0.55% | - |
| HSV(B) | 26.61º | 0.58% | 0.77% | - |
| XYZ | 32.94 | 29.25 | 11.89 | - |
| YUV | 146.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 82 | 0 | 0.32 | 0.58 | 0.23 | 26.61 | 0.5 | 0.55 |
| Hex | C5 | 85 | 52 | 0 | 20 | 3A | 17 | 1B | 32 | 37 |
| Octal | 305 | 205 | 122 | 0 | 40 | 72 | 27 | 33 | 62 | 67 |
| Binary | 11000101 | 10000101 | 1010010 | 0 | 100000 | 111010 | 10111 | 11011 | 110010 | 110111 |
Color Harmonies of #C58552
Complementary color
Monochromatic Colors of #C58552
Black with #C58552
Text Example
Text Example
White with #C58552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58552; }
p { color: rgb(197,133,82); }
H1.HeaderClassName
{
color: #C58552;
}
.AnyTagClassName
{
color: #C58552;
}
</style>
background-color css
<style>
a { background-color: #C58552; }
a { background-color: rgb(197,133,82); }
div.DivClassName
{
background-color: #C58552;
}
.BgClassName
{
background-color: #C58552;
}
</style>
border-color css
<style>
span { border-color: #C58552; }
span { border-color: rgb(197,133,82); }
td.TdClassName
{
border-color: #C58552;
}
.TagClassName
{
border-color: #C58552;
}
</style>