Shades of Twine #C48551
Tints of Twine #C48551
RGB
CMYK
RGB Variations
Color information
#C48551 (or 0xC48551) is known color: Twine. HEX triplet: C4, 85 and 51. RGB value is (196,133,81). Sum of RGB (Red+Green+Blue) = 196+133+81=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C48551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48551 is #3B7AAE. Grayscale: #929292. Windows color (decimal): -3898031 or 5342660. OLE color: 5342660.
HSL color Cylindrical-coordinate representation of color #C48551: hue angle of 27.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C48551 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 133 | 81 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.23 |
| HSL | 27.13º | 0.49% | 0.54% | - |
| HSV(B) | 27.13º | 0.59% | 0.77% | - |
| XYZ | 32.64 | 29.1 | 11.68 | - |
| YUV | 145.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 133 | 81 | 0 | 0.32 | 0.59 | 0.23 | 27.13 | 0.49 | 0.54 |
| Hex | C4 | 85 | 51 | 0 | 20 | 3B | 17 | 1B | 31 | 36 |
| Octal | 304 | 205 | 121 | 0 | 40 | 73 | 27 | 33 | 61 | 66 |
| Binary | 11000100 | 10000101 | 1010001 | 0 | 100000 | 111011 | 10111 | 11011 | 110001 | 110110 |
Color Harmonies of #C48551
Complementary color
Monochromatic Colors of #C48551
Black with #C48551
Text Example
Text Example
White with #C48551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48551; }
p { color: rgb(196,133,81); }
H1.HeaderClassName
{
color: #C48551;
}
.AnyTagClassName
{
color: #C48551;
}
</style>
background-color css
<style>
a { background-color: #C48551; }
a { background-color: rgb(196,133,81); }
div.DivClassName
{
background-color: #C48551;
}
.BgClassName
{
background-color: #C48551;
}
</style>
border-color css
<style>
span { border-color: #C48551; }
span { border-color: rgb(196,133,81); }
td.TdClassName
{
border-color: #C48551;
}
.TagClassName
{
border-color: #C48551;
}
</style>