Shades of Twine #C78B4E
Tints of Twine #C78B4E
RGB
CMYK
RGB Variations
Color information
#C78B4E (or 0xC78B4E) is known color: Twine. HEX triplet: C7, 8B and 4E. RGB value is (199,139,78). Sum of RGB (Red+Green+Blue) = 199+139+78=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78B4E is #3874B1. Grayscale: #969696. Windows color (decimal): -3699890 or 5147591. OLE color: 5147591.
HSL color Cylindrical-coordinate representation of color #C78B4E: hue angle of 30.25º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C78B4E is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 78 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.22 |
| HSL | 30.25º | 0.52% | 0.54% | - |
| HSV(B) | 30.25º | 0.61% | 0.78% | - |
| XYZ | 34.16 | 31.16 | 11.42 | - |
| YUV | 149.99 | 87.38 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 78 | 0 | 0.30 | 0.61 | 0.22 | 30.25 | 0.52 | 0.54 |
| Hex | C7 | 8B | 4E | 0 | 1E | 3D | 16 | 1E | 34 | 36 |
| Octal | 307 | 213 | 116 | 0 | 36 | 75 | 26 | 36 | 64 | 66 |
| Binary | 11000111 | 10001011 | 1001110 | 0 | 11110 | 111101 | 10110 | 11110 | 110100 | 110110 |
Color Harmonies of #C78B4E
Complementary color
Monochromatic Colors of #C78B4E
Black with #C78B4E
Text Example
Text Example
White with #C78B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78B4E; }
p { color: rgb(199,139,78); }
H1.HeaderClassName
{
color: #C78B4E;
}
.AnyTagClassName
{
color: #C78B4E;
}
</style>
background-color css
<style>
a { background-color: #C78B4E; }
a { background-color: rgb(199,139,78); }
div.DivClassName
{
background-color: #C78B4E;
}
.BgClassName
{
background-color: #C78B4E;
}
</style>
border-color css
<style>
span { border-color: #C78B4E; }
span { border-color: rgb(199,139,78); }
td.TdClassName
{
border-color: #C78B4E;
}
.TagClassName
{
border-color: #C78B4E;
}
</style>