Shades of Twine #C4854E
Tints of Twine #C4854E
RGB
CMYK
RGB Variations
Color information
#C4854E (or 0xC4854E) is known color: Twine. HEX triplet: C4, 85 and 4E. RGB value is (196,133,78). Sum of RGB (Red+Green+Blue) = 196+133+78=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4854E is #3B7AB1. Grayscale: #919191. Windows color (decimal): -3898034 or 5146052. OLE color: 5146052.
HSL color Cylindrical-coordinate representation of color #C4854E: hue angle of 27.97º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4854E is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 78 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.23 |
| HSL | 27.97º | 0.5% | 0.54% | - |
| HSV(B) | 27.97º | 0.6% | 0.77% | - |
| XYZ | 32.53 | 29.06 | 11.1 | - |
| YUV | 145.57 | 89.87 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 78 | 0 | 0.32 | 0.60 | 0.23 | 27.97 | 0.5 | 0.54 |
| Hex | C4 | 85 | 4E | 0 | 20 | 3C | 17 | 1C | 32 | 36 |
| Octal | 304 | 205 | 116 | 0 | 40 | 74 | 27 | 34 | 62 | 66 |
| Binary | 11000100 | 10000101 | 1001110 | 0 | 100000 | 111100 | 10111 | 11100 | 110010 | 110110 |
Color Harmonies of #C4854E
Complementary color
Monochromatic Colors of #C4854E
Black with #C4854E
Text Example
Text Example
White with #C4854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4854E; }
p { color: rgb(196,133,78); }
H1.HeaderClassName
{
color: #C4854E;
}
.AnyTagClassName
{
color: #C4854E;
}
</style>
background-color css
<style>
a { background-color: #C4854E; }
a { background-color: rgb(196,133,78); }
div.DivClassName
{
background-color: #C4854E;
}
.BgClassName
{
background-color: #C4854E;
}
</style>
border-color css
<style>
span { border-color: #C4854E; }
span { border-color: rgb(196,133,78); }
td.TdClassName
{
border-color: #C4854E;
}
.TagClassName
{
border-color: #C4854E;
}
</style>