Shades of Twine #C58A51
Tints of Twine #C58A51
RGB
CMYK
RGB Variations
Color information
#C58A51 (or 0xC58A51) is known color: Twine. HEX triplet: C5, 8A and 51. RGB value is (197,138,81). Sum of RGB (Red+Green+Blue) = 197+138+81=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A51 is #3A75AE. Grayscale: #959595. Windows color (decimal): -3831215 or 5343941. OLE color: 5343941.
HSL color Cylindrical-coordinate representation of color #C58A51: hue angle of 29.48º 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 #C58A51 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 81 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.23 |
| HSL | 29.48º | 0.5% | 0.55% | - |
| HSV(B) | 29.48º | 0.59% | 0.77% | - |
| XYZ | 33.6 | 30.64 | 11.93 | - |
| YUV | 149.14 | 89.55 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 81 | 0 | 0.30 | 0.59 | 0.23 | 29.48 | 0.5 | 0.55 |
| Hex | C5 | 8A | 51 | 0 | 1E | 3B | 17 | 1D | 32 | 37 |
| Octal | 305 | 212 | 121 | 0 | 36 | 73 | 27 | 35 | 62 | 67 |
| Binary | 11000101 | 10001010 | 1010001 | 0 | 11110 | 111011 | 10111 | 11101 | 110010 | 110111 |
Color Harmonies of #C58A51
Complementary color
Monochromatic Colors of #C58A51
Black with #C58A51
Text Example
Text Example
White with #C58A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A51; }
p { color: rgb(197,138,81); }
H1.HeaderClassName
{
color: #C58A51;
}
.AnyTagClassName
{
color: #C58A51;
}
</style>
background-color css
<style>
a { background-color: #C58A51; }
a { background-color: rgb(197,138,81); }
div.DivClassName
{
background-color: #C58A51;
}
.BgClassName
{
background-color: #C58A51;
}
</style>
border-color css
<style>
span { border-color: #C58A51; }
span { border-color: rgb(197,138,81); }
td.TdClassName
{
border-color: #C58A51;
}
.TagClassName
{
border-color: #C58A51;
}
</style>