Shades of Twine #C78D50
Tints of Twine #C78D50
RGB
CMYK
RGB Variations
Color information
#C78D50 (or 0xC78D50) is known color: Twine. HEX triplet: C7, 8D and 50. RGB value is (199,141,80). Sum of RGB (Red+Green+Blue) = 199+141+80=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78D50 is #3872AF. Grayscale: #979797. Windows color (decimal): -3699376 or 5279175. OLE color: 5279175.
HSL color Cylindrical-coordinate representation of color #C78D50: hue angle of 30.76º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C78D50 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 80 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.22 |
| HSL | 30.76º | 0.52% | 0.55% | - |
| HSV(B) | 30.76º | 0.6% | 0.78% | - |
| XYZ | 34.53 | 31.77 | 11.9 | - |
| YUV | 151.39 | 87.72 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 80 | 0 | 0.29 | 0.60 | 0.22 | 30.76 | 0.52 | 0.55 |
| Hex | C7 | 8D | 50 | 0 | 1D | 3C | 16 | 1F | 34 | 37 |
| Octal | 307 | 215 | 120 | 0 | 35 | 74 | 26 | 37 | 64 | 67 |
| Binary | 11000111 | 10001101 | 1010000 | 0 | 11101 | 111100 | 10110 | 11111 | 110100 | 110111 |
Color Harmonies of #C78D50
Complementary color
Monochromatic Colors of #C78D50
Black with #C78D50
Text Example
Text Example
White with #C78D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D50; }
p { color: rgb(199,141,80); }
H1.HeaderClassName
{
color: #C78D50;
}
.AnyTagClassName
{
color: #C78D50;
}
</style>
background-color css
<style>
a { background-color: #C78D50; }
a { background-color: rgb(199,141,80); }
div.DivClassName
{
background-color: #C78D50;
}
.BgClassName
{
background-color: #C78D50;
}
</style>
border-color css
<style>
span { border-color: #C78D50; }
span { border-color: rgb(199,141,80); }
td.TdClassName
{
border-color: #C78D50;
}
.TagClassName
{
border-color: #C78D50;
}
</style>