Shades of Twine #C78C59
Tints of Twine #C78C59
RGB
CMYK
RGB Variations
Color information
#C78C59 (or 0xC78C59) is known color: Twine. HEX triplet: C7, 8C and 59. RGB value is (199,140,89). Sum of RGB (Red+Green+Blue) = 199+140+89=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78C59 is #3873A6. Grayscale: #989898. Windows color (decimal): -3699623 or 5868743. OLE color: 5868743.
HSL color Cylindrical-coordinate representation of color #C78C59: hue angle of 27.82º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C78C59 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 89 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.22 |
| HSL | 27.82º | 0.5% | 0.56% | - |
| HSV(B) | 27.82º | 0.55% | 0.78% | - |
| XYZ | 34.73 | 31.62 | 13.72 | - |
| YUV | 151.83 | 92.55 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 89 | 0 | 0.30 | 0.55 | 0.22 | 27.82 | 0.5 | 0.56 |
| Hex | C7 | 8C | 59 | 0 | 1E | 37 | 16 | 1C | 32 | 38 |
| Octal | 307 | 214 | 131 | 0 | 36 | 67 | 26 | 34 | 62 | 70 |
| Binary | 11000111 | 10001100 | 1011001 | 0 | 11110 | 110111 | 10110 | 11100 | 110010 | 111000 |
Color Harmonies of #C78C59
Complementary color
Monochromatic Colors of #C78C59
Black with #C78C59
Text Example
Text Example
White with #C78C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C59; }
p { color: rgb(199,140,89); }
H1.HeaderClassName
{
color: #C78C59;
}
.AnyTagClassName
{
color: #C78C59;
}
</style>
background-color css
<style>
a { background-color: #C78C59; }
a { background-color: rgb(199,140,89); }
div.DivClassName
{
background-color: #C78C59;
}
.BgClassName
{
background-color: #C78C59;
}
</style>
border-color css
<style>
span { border-color: #C78C59; }
span { border-color: rgb(199,140,89); }
td.TdClassName
{
border-color: #C78C59;
}
.TagClassName
{
border-color: #C78C59;
}
</style>