Shades of Twine #C0874E
Tints of Twine #C0874E
RGB
CMYK
RGB Variations
Color information
#C0874E (or 0xC0874E) is known color: Twine. HEX triplet: C0, 87 and 4E. RGB value is (192,135,78). Sum of RGB (Red+Green+Blue) = 192+135+78=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0874E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0874E is #3F78B1. Grayscale: #919191. Windows color (decimal): -4159666 or 5146560. OLE color: 5146560.
HSL color Cylindrical-coordinate representation of color #C0874E: hue angle of 30º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0874E is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 78 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.25 |
| HSL | 30º | 0.48% | 0.53% | - |
| HSV(B) | 30º | 0.59% | 0.75% | - |
| XYZ | 31.78 | 29.08 | 11.15 | - |
| YUV | 145.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 78 | 0 | 0.30 | 0.59 | 0.25 | 30 | 0.48 | 0.53 |
| Hex | C0 | 87 | 4E | 0 | 1E | 3B | 19 | 1E | 30 | 35 |
| Octal | 300 | 207 | 116 | 0 | 36 | 73 | 31 | 36 | 60 | 65 |
| Binary | 11000000 | 10000111 | 1001110 | 0 | 11110 | 111011 | 11001 | 11110 | 110000 | 110101 |
Color Harmonies of #C0874E
Complementary color
Monochromatic Colors of #C0874E
Black with #C0874E
Text Example
Text Example
White with #C0874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0874E; }
p { color: rgb(192,135,78); }
H1.HeaderClassName
{
color: #C0874E;
}
.AnyTagClassName
{
color: #C0874E;
}
</style>
background-color css
<style>
a { background-color: #C0874E; }
a { background-color: rgb(192,135,78); }
div.DivClassName
{
background-color: #C0874E;
}
.BgClassName
{
background-color: #C0874E;
}
</style>
border-color css
<style>
span { border-color: #C0874E; }
span { border-color: rgb(192,135,78); }
td.TdClassName
{
border-color: #C0874E;
}
.TagClassName
{
border-color: #C0874E;
}
</style>