Shades of Twine #C58451
Tints of Twine #C58451
RGB
CMYK
RGB Variations
Color information
#C58451 (or 0xC58451) is known color: Twine. HEX triplet: C5, 84 and 51. RGB value is (197,132,81). Sum of RGB (Red+Green+Blue) = 197+132+81=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C58451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58451 is #3A7BAE. Grayscale: #919191. Windows color (decimal): -3832751 or 5342405. OLE color: 5342405.
HSL color Cylindrical-coordinate representation of color #C58451: hue angle of 26.38º 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 #C58451 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 81 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.23 |
| HSL | 26.38º | 0.5% | 0.55% | - |
| HSV(B) | 26.38º | 0.59% | 0.77% | - |
| XYZ | 32.76 | 28.97 | 11.65 | - |
| YUV | 145.62 | 91.53 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 81 | 0 | 0.33 | 0.59 | 0.23 | 26.38 | 0.5 | 0.55 |
| Hex | C5 | 84 | 51 | 0 | 21 | 3B | 17 | 1A | 32 | 37 |
| Octal | 305 | 204 | 121 | 0 | 41 | 73 | 27 | 32 | 62 | 67 |
| Binary | 11000101 | 10000100 | 1010001 | 0 | 100001 | 111011 | 10111 | 11010 | 110010 | 110111 |
Color Harmonies of #C58451
Complementary color
Monochromatic Colors of #C58451
Black with #C58451
Text Example
Text Example
White with #C58451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58451; }
p { color: rgb(197,132,81); }
H1.HeaderClassName
{
color: #C58451;
}
.AnyTagClassName
{
color: #C58451;
}
</style>
background-color css
<style>
a { background-color: #C58451; }
a { background-color: rgb(197,132,81); }
div.DivClassName
{
background-color: #C58451;
}
.BgClassName
{
background-color: #C58451;
}
</style>
border-color css
<style>
span { border-color: #C58451; }
span { border-color: rgb(197,132,81); }
td.TdClassName
{
border-color: #C58451;
}
.TagClassName
{
border-color: #C58451;
}
</style>