Shades of Twine #C0854F
Tints of Twine #C0854F
RGB
CMYK
RGB Variations
Color information
#C0854F (or 0xC0854F) is known color: Twine. HEX triplet: C0, 85 and 4F. RGB value is (192,133,79). Sum of RGB (Red+Green+Blue) = 192+133+79=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0854F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0854F is #3F7AB0. Grayscale: #909090. Windows color (decimal): -4160177 or 5211584. OLE color: 5211584.
HSL color Cylindrical-coordinate representation of color #C0854F: hue angle of 28.67º 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 #C0854F is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 79 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.25 |
| HSL | 28.67º | 0.47% | 0.53% | - |
| HSV(B) | 28.67º | 0.59% | 0.75% | - |
| XYZ | 31.54 | 28.55 | 11.24 | - |
| YUV | 144.49 | 91.05 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 79 | 0 | 0.31 | 0.59 | 0.25 | 28.67 | 0.47 | 0.53 |
| Hex | C0 | 85 | 4F | 0 | 1F | 3B | 19 | 1D | 2F | 35 |
| Octal | 300 | 205 | 117 | 0 | 37 | 73 | 31 | 35 | 57 | 65 |
| Binary | 11000000 | 10000101 | 1001111 | 0 | 11111 | 111011 | 11001 | 11101 | 101111 | 110101 |
Color Harmonies of #C0854F
Complementary color
Monochromatic Colors of #C0854F
Black with #C0854F
Text Example
Text Example
White with #C0854F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0854F; }
p { color: rgb(192,133,79); }
H1.HeaderClassName
{
color: #C0854F;
}
.AnyTagClassName
{
color: #C0854F;
}
</style>
background-color css
<style>
a { background-color: #C0854F; }
a { background-color: rgb(192,133,79); }
div.DivClassName
{
background-color: #C0854F;
}
.BgClassName
{
background-color: #C0854F;
}
</style>
border-color css
<style>
span { border-color: #C0854F; }
span { border-color: rgb(192,133,79); }
td.TdClassName
{
border-color: #C0854F;
}
.TagClassName
{
border-color: #C0854F;
}
</style>