Shades of Twine #C7894D
Tints of Twine #C7894D
RGB
CMYK
RGB Variations
Color information
#C7894D (or 0xC7894D) is known color: Twine. HEX triplet: C7, 89 and 4D. RGB value is (199,137,77). Sum of RGB (Red+Green+Blue) = 199+137+77=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C7894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7894D is #3876B2. Grayscale: #959595. Windows color (decimal): -3700403 or 5081543. OLE color: 5081543.
HSL color Cylindrical-coordinate representation of color #C7894D: hue angle of 29.51º 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 #C7894D is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 77 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.22 |
| HSL | 29.51º | 0.52% | 0.54% | - |
| HSV(B) | 29.51º | 0.61% | 0.78% | - |
| XYZ | 33.84 | 30.57 | 11.14 | - |
| YUV | 148.7 | 87.54 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 77 | 0 | 0.31 | 0.61 | 0.22 | 29.51 | 0.52 | 0.54 |
| Hex | C7 | 89 | 4D | 0 | 1F | 3D | 16 | 1E | 34 | 36 |
| Octal | 307 | 211 | 115 | 0 | 37 | 75 | 26 | 36 | 64 | 66 |
| Binary | 11000111 | 10001001 | 1001101 | 0 | 11111 | 111101 | 10110 | 11110 | 110100 | 110110 |
Color Harmonies of #C7894D
Complementary color
Monochromatic Colors of #C7894D
Black with #C7894D
Text Example
Text Example
White with #C7894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7894D; }
p { color: rgb(199,137,77); }
H1.HeaderClassName
{
color: #C7894D;
}
.AnyTagClassName
{
color: #C7894D;
}
</style>
background-color css
<style>
a { background-color: #C7894D; }
a { background-color: rgb(199,137,77); }
div.DivClassName
{
background-color: #C7894D;
}
.BgClassName
{
background-color: #C7894D;
}
</style>
border-color css
<style>
span { border-color: #C7894D; }
span { border-color: rgb(199,137,77); }
td.TdClassName
{
border-color: #C7894D;
}
.TagClassName
{
border-color: #C7894D;
}
</style>