Shades of Twine #C39059
Tints of Twine #C39059
RGB
CMYK
RGB Variations
Color information
#C39059 (or 0xC39059) is known color: Twine. HEX triplet: C3, 90 and 59. RGB value is (195,144,89). Sum of RGB (Red+Green+Blue) = 195+144+89=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C39059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39059 is #3C6FA6. Grayscale: #999999. Windows color (decimal): -3960743 or 5869763. OLE color: 5869763.
HSL color Cylindrical-coordinate representation of color #C39059: hue angle of 31.13º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C39059 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 89 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.24 |
| HSL | 31.13º | 0.47% | 0.56% | - |
| HSV(B) | 31.13º | 0.54% | 0.76% | - |
| XYZ | 34.28 | 32.27 | 13.87 | - |
| YUV | 152.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 89 | 0 | 0.26 | 0.54 | 0.24 | 31.13 | 0.47 | 0.56 |
| Hex | C3 | 90 | 59 | 0 | 1A | 36 | 18 | 1F | 2F | 38 |
| Octal | 303 | 220 | 131 | 0 | 32 | 66 | 30 | 37 | 57 | 70 |
| Binary | 11000011 | 10010000 | 1011001 | 0 | 11010 | 110110 | 11000 | 11111 | 101111 | 111000 |
Color Harmonies of #C39059
Complementary color
Monochromatic Colors of #C39059
Black with #C39059
Text Example
Text Example
White with #C39059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39059; }
p { color: rgb(195,144,89); }
H1.HeaderClassName
{
color: #C39059;
}
.AnyTagClassName
{
color: #C39059;
}
</style>
background-color css
<style>
a { background-color: #C39059; }
a { background-color: rgb(195,144,89); }
div.DivClassName
{
background-color: #C39059;
}
.BgClassName
{
background-color: #C39059;
}
</style>
border-color css
<style>
span { border-color: #C39059; }
span { border-color: rgb(195,144,89); }
td.TdClassName
{
border-color: #C39059;
}
.TagClassName
{
border-color: #C39059;
}
</style>