Shades of Twine #C79559
Tints of Twine #C79559
RGB
CMYK
RGB Variations
Color information
#C79559 (or 0xC79559) is known color: Twine. HEX triplet: C7, 95 and 59. RGB value is (199,149,89). Sum of RGB (Red+Green+Blue) = 199+149+89=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C79559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79559 is #386AA6. Grayscale: #9D9D9D. Windows color (decimal): -3697319 or 5871047. OLE color: 5871047.
HSL color Cylindrical-coordinate representation of color #C79559: hue angle of 32.73º 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 #C79559 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 89 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.22 |
| HSL | 32.73º | 0.5% | 0.56% | - |
| HSV(B) | 32.73º | 0.55% | 0.78% | - |
| XYZ | 36.1 | 34.36 | 14.18 | - |
| YUV | 157.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 89 | 0 | 0.25 | 0.55 | 0.22 | 32.73 | 0.5 | 0.56 |
| Hex | C7 | 95 | 59 | 0 | 19 | 37 | 16 | 21 | 32 | 38 |
| Octal | 307 | 225 | 131 | 0 | 31 | 67 | 26 | 41 | 62 | 70 |
| Binary | 11000111 | 10010101 | 1011001 | 0 | 11001 | 110111 | 10110 | 100001 | 110010 | 111000 |
Color Harmonies of #C79559
Complementary color
Monochromatic Colors of #C79559
Black with #C79559
Text Example
Text Example
White with #C79559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79559; }
p { color: rgb(199,149,89); }
H1.HeaderClassName
{
color: #C79559;
}
.AnyTagClassName
{
color: #C79559;
}
</style>
background-color css
<style>
a { background-color: #C79559; }
a { background-color: rgb(199,149,89); }
div.DivClassName
{
background-color: #C79559;
}
.BgClassName
{
background-color: #C79559;
}
</style>
border-color css
<style>
span { border-color: #C79559; }
span { border-color: rgb(199,149,89); }
td.TdClassName
{
border-color: #C79559;
}
.TagClassName
{
border-color: #C79559;
}
</style>