Shades of Twine #C79A54
Tints of Twine #C79A54
RGB
CMYK
RGB Variations
Color information
#C79A54 (or 0xC79A54) is known color: Twine. HEX triplet: C7, 9A and 54. RGB value is (199,154,84). Sum of RGB (Red+Green+Blue) = 199+154+84=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79A54 is #3865AB. Grayscale: #9F9F9F. Windows color (decimal): -3696044 or 5544647. OLE color: 5544647.
HSL color Cylindrical-coordinate representation of color #C79A54: hue angle of 36.52º 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 #C79A54 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 154 | 84 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.22 |
| HSL | 36.52º | 0.51% | 0.55% | - |
| HSV(B) | 36.52º | 0.58% | 0.78% | - |
| XYZ | 36.71 | 35.89 | 13.38 | - |
| YUV | 159.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 84 | 0 | 0.23 | 0.58 | 0.22 | 36.52 | 0.51 | 0.55 |
| Hex | C7 | 9A | 54 | 0 | 17 | 3A | 16 | 25 | 33 | 37 |
| Octal | 307 | 232 | 124 | 0 | 27 | 72 | 26 | 45 | 63 | 67 |
| Binary | 11000111 | 10011010 | 1010100 | 0 | 10111 | 111010 | 10110 | 100101 | 110011 | 110111 |
Color Harmonies of #C79A54
Complementary color
Monochromatic Colors of #C79A54
Black with #C79A54
Text Example
Text Example
White with #C79A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79A54; }
p { color: rgb(199,154,84); }
H1.HeaderClassName
{
color: #C79A54;
}
.AnyTagClassName
{
color: #C79A54;
}
</style>
background-color css
<style>
a { background-color: #C79A54; }
a { background-color: rgb(199,154,84); }
div.DivClassName
{
background-color: #C79A54;
}
.BgClassName
{
background-color: #C79A54;
}
</style>
border-color css
<style>
span { border-color: #C79A54; }
span { border-color: rgb(199,154,84); }
td.TdClassName
{
border-color: #C79A54;
}
.TagClassName
{
border-color: #C79A54;
}
</style>