Shades of Twine #C58450
Tints of Twine #C58450
RGB
CMYK
RGB Variations
Color information
#C58450 (or 0xC58450) is known color: Twine. HEX triplet: C5, 84 and 50. RGB value is (197,132,80). Sum of RGB (Red+Green+Blue) = 197+132+80=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C58450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58450 is #3A7BAF. Grayscale: #919191. Windows color (decimal): -3832752 or 5276869. OLE color: 5276869.
HSL color Cylindrical-coordinate representation of color #C58450: hue angle of 26.67º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C58450 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 80 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.23 |
| HSL | 26.67º | 0.5% | 0.54% | - |
| HSV(B) | 26.67º | 0.59% | 0.77% | - |
| XYZ | 32.73 | 28.95 | 11.45 | - |
| YUV | 145.51 | 91.03 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 80 | 0 | 0.33 | 0.59 | 0.23 | 26.67 | 0.5 | 0.54 |
| Hex | C5 | 84 | 50 | 0 | 21 | 3B | 17 | 1B | 32 | 36 |
| Octal | 305 | 204 | 120 | 0 | 41 | 73 | 27 | 33 | 62 | 66 |
| Binary | 11000101 | 10000100 | 1010000 | 0 | 100001 | 111011 | 10111 | 11011 | 110010 | 110110 |
Color Harmonies of #C58450
Complementary color
Monochromatic Colors of #C58450
Black with #C58450
Text Example
Text Example
White with #C58450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58450; }
p { color: rgb(197,132,80); }
H1.HeaderClassName
{
color: #C58450;
}
.AnyTagClassName
{
color: #C58450;
}
</style>
background-color css
<style>
a { background-color: #C58450; }
a { background-color: rgb(197,132,80); }
div.DivClassName
{
background-color: #C58450;
}
.BgClassName
{
background-color: #C58450;
}
</style>
border-color css
<style>
span { border-color: #C58450; }
span { border-color: rgb(197,132,80); }
td.TdClassName
{
border-color: #C58450;
}
.TagClassName
{
border-color: #C58450;
}
</style>