Shades of Twine #C79D54
Tints of Twine #C79D54
RGB
CMYK
RGB Variations
Color information
#C79D54 (or 0xC79D54) is known color: Twine. HEX triplet: C7, 9D and 54. RGB value is (199,157,84). Sum of RGB (Red+Green+Blue) = 199+157+84=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79D54 is #3862AB. Grayscale: #A1A1A1. Windows color (decimal): -3695276 or 5545415. OLE color: 5545415.
HSL color Cylindrical-coordinate representation of color #C79D54: hue angle of 38.09º 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 #C79D54 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 84 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.22 |
| HSL | 38.09º | 0.51% | 0.55% | - |
| HSV(B) | 38.09º | 0.58% | 0.78% | - |
| XYZ | 37.21 | 36.9 | 13.55 | - |
| YUV | 161.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 84 | 0 | 0.21 | 0.58 | 0.22 | 38.09 | 0.51 | 0.55 |
| Hex | C7 | 9D | 54 | 0 | 15 | 3A | 16 | 26 | 33 | 37 |
| Octal | 307 | 235 | 124 | 0 | 25 | 72 | 26 | 46 | 63 | 67 |
| Binary | 11000111 | 10011101 | 1010100 | 0 | 10101 | 111010 | 10110 | 100110 | 110011 | 110111 |
Color Harmonies of #C79D54
Complementary color
Monochromatic Colors of #C79D54
Black with #C79D54
Text Example
Text Example
White with #C79D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D54; }
p { color: rgb(199,157,84); }
H1.HeaderClassName
{
color: #C79D54;
}
.AnyTagClassName
{
color: #C79D54;
}
</style>
background-color css
<style>
a { background-color: #C79D54; }
a { background-color: rgb(199,157,84); }
div.DivClassName
{
background-color: #C79D54;
}
.BgClassName
{
background-color: #C79D54;
}
</style>
border-color css
<style>
span { border-color: #C79D54; }
span { border-color: rgb(199,157,84); }
td.TdClassName
{
border-color: #C79D54;
}
.TagClassName
{
border-color: #C79D54;
}
</style>