Shades of Twine #C39259
Tints of Twine #C39259
RGB
CMYK
RGB Variations
Color information
#C39259 (or 0xC39259) is known color: Twine. HEX triplet: C3, 92 and 59. RGB value is (195,146,89). Sum of RGB (Red+Green+Blue) = 195+146+89=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C39259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39259 is #3C6DA6. Grayscale: #9A9A9A. Windows color (decimal): -3960231 or 5870275. OLE color: 5870275.
HSL color Cylindrical-coordinate representation of color #C39259: hue angle of 32.26º 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 #C39259 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 89 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.24 |
| HSL | 32.26º | 0.47% | 0.56% | - |
| HSV(B) | 32.26º | 0.54% | 0.76% | - |
| XYZ | 34.59 | 32.88 | 13.97 | - |
| YUV | 154.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 89 | 0 | 0.25 | 0.54 | 0.24 | 32.26 | 0.47 | 0.56 |
| Hex | C3 | 92 | 59 | 0 | 19 | 36 | 18 | 20 | 2F | 38 |
| Octal | 303 | 222 | 131 | 0 | 31 | 66 | 30 | 40 | 57 | 70 |
| Binary | 11000011 | 10010010 | 1011001 | 0 | 11001 | 110110 | 11000 | 100000 | 101111 | 111000 |
Color Harmonies of #C39259
Complementary color
Monochromatic Colors of #C39259
Black with #C39259
Text Example
Text Example
White with #C39259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39259; }
p { color: rgb(195,146,89); }
H1.HeaderClassName
{
color: #C39259;
}
.AnyTagClassName
{
color: #C39259;
}
</style>
background-color css
<style>
a { background-color: #C39259; }
a { background-color: rgb(195,146,89); }
div.DivClassName
{
background-color: #C39259;
}
.BgClassName
{
background-color: #C39259;
}
</style>
border-color css
<style>
span { border-color: #C39259; }
span { border-color: rgb(195,146,89); }
td.TdClassName
{
border-color: #C39259;
}
.TagClassName
{
border-color: #C39259;
}
</style>