Shades of Twine #C3864D
Tints of Twine #C3864D
RGB
CMYK
RGB Variations
Color information
#C3864D (or 0xC3864D) is known color: Twine. HEX triplet: C3, 86 and 4D. RGB value is (195,134,77). Sum of RGB (Red+Green+Blue) = 195+134+77=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3864D is #3C79B2. Grayscale: #929292. Windows color (decimal): -3963315 or 5080771. OLE color: 5080771.
HSL color Cylindrical-coordinate representation of color #C3864D: hue angle of 28.98º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3864D is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 77 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.24 |
| HSL | 28.98º | 0.5% | 0.53% | - |
| HSV(B) | 28.98º | 0.61% | 0.76% | - |
| XYZ | 32.37 | 29.19 | 10.95 | - |
| YUV | 145.74 | 89.21 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 77 | 0 | 0.31 | 0.61 | 0.24 | 28.98 | 0.5 | 0.53 |
| Hex | C3 | 86 | 4D | 0 | 1F | 3D | 18 | 1D | 32 | 35 |
| Octal | 303 | 206 | 115 | 0 | 37 | 75 | 30 | 35 | 62 | 65 |
| Binary | 11000011 | 10000110 | 1001101 | 0 | 11111 | 111101 | 11000 | 11101 | 110010 | 110101 |
Color Harmonies of #C3864D
Complementary color
Monochromatic Colors of #C3864D
Black with #C3864D
Text Example
Text Example
White with #C3864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3864D; }
p { color: rgb(195,134,77); }
H1.HeaderClassName
{
color: #C3864D;
}
.AnyTagClassName
{
color: #C3864D;
}
</style>
background-color css
<style>
a { background-color: #C3864D; }
a { background-color: rgb(195,134,77); }
div.DivClassName
{
background-color: #C3864D;
}
.BgClassName
{
background-color: #C3864D;
}
</style>
border-color css
<style>
span { border-color: #C3864D; }
span { border-color: rgb(195,134,77); }
td.TdClassName
{
border-color: #C3864D;
}
.TagClassName
{
border-color: #C3864D;
}
</style>