Shades of Twine #C78A53
Tints of Twine #C78A53
RGB
CMYK
RGB Variations
Color information
#C78A53 (or 0xC78A53) is known color: Twine. HEX triplet: C7, 8A and 53. RGB value is (199,138,83). Sum of RGB (Red+Green+Blue) = 199+138+83=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78A53 is #3875AC. Grayscale: #969696. Windows color (decimal): -3700141 or 5475015. OLE color: 5475015.
HSL color Cylindrical-coordinate representation of color #C78A53: hue angle of 28.45º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C78A53 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 83 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.22 |
| HSL | 28.45º | 0.51% | 0.55% | - |
| HSV(B) | 28.45º | 0.58% | 0.78% | - |
| XYZ | 34.2 | 30.94 | 12.35 | - |
| YUV | 149.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 83 | 0 | 0.31 | 0.58 | 0.22 | 28.45 | 0.51 | 0.55 |
| Hex | C7 | 8A | 53 | 0 | 1F | 3A | 16 | 1C | 33 | 37 |
| Octal | 307 | 212 | 123 | 0 | 37 | 72 | 26 | 34 | 63 | 67 |
| Binary | 11000111 | 10001010 | 1010011 | 0 | 11111 | 111010 | 10110 | 11100 | 110011 | 110111 |
Color Harmonies of #C78A53
Complementary color
Monochromatic Colors of #C78A53
Black with #C78A53
Text Example
Text Example
White with #C78A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A53; }
p { color: rgb(199,138,83); }
H1.HeaderClassName
{
color: #C78A53;
}
.AnyTagClassName
{
color: #C78A53;
}
</style>
background-color css
<style>
a { background-color: #C78A53; }
a { background-color: rgb(199,138,83); }
div.DivClassName
{
background-color: #C78A53;
}
.BgClassName
{
background-color: #C78A53;
}
</style>
border-color css
<style>
span { border-color: #C78A53; }
span { border-color: rgb(199,138,83); }
td.TdClassName
{
border-color: #C78A53;
}
.TagClassName
{
border-color: #C78A53;
}
</style>