Shades of Twine #C4864F
Tints of Twine #C4864F
RGB
CMYK
RGB Variations
Color information
#C4864F (or 0xC4864F) is known color: Twine. HEX triplet: C4, 86 and 4F. RGB value is (196,134,79). Sum of RGB (Red+Green+Blue) = 196+134+79=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4864F is #3B79B0. Grayscale: #929292. Windows color (decimal): -3897777 or 5211844. OLE color: 5211844.
HSL color Cylindrical-coordinate representation of color #C4864F: hue angle of 28.21º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4864F is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 79 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.23 |
| HSL | 28.21º | 0.5% | 0.54% | - |
| HSV(B) | 28.21º | 0.6% | 0.77% | - |
| XYZ | 32.7 | 29.35 | 11.34 | - |
| YUV | 146.27 | 90.04 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 79 | 0 | 0.32 | 0.60 | 0.23 | 28.21 | 0.5 | 0.54 |
| Hex | C4 | 86 | 4F | 0 | 20 | 3C | 17 | 1C | 32 | 36 |
| Octal | 304 | 206 | 117 | 0 | 40 | 74 | 27 | 34 | 62 | 66 |
| Binary | 11000100 | 10000110 | 1001111 | 0 | 100000 | 111100 | 10111 | 11100 | 110010 | 110110 |
Color Harmonies of #C4864F
Complementary color
Monochromatic Colors of #C4864F
Black with #C4864F
Text Example
Text Example
White with #C4864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4864F; }
p { color: rgb(196,134,79); }
H1.HeaderClassName
{
color: #C4864F;
}
.AnyTagClassName
{
color: #C4864F;
}
</style>
background-color css
<style>
a { background-color: #C4864F; }
a { background-color: rgb(196,134,79); }
div.DivClassName
{
background-color: #C4864F;
}
.BgClassName
{
background-color: #C4864F;
}
</style>
border-color css
<style>
span { border-color: #C4864F; }
span { border-color: rgb(196,134,79); }
td.TdClassName
{
border-color: #C4864F;
}
.TagClassName
{
border-color: #C4864F;
}
</style>