Shades of Twine #C48851
Tints of Twine #C48851
RGB
CMYK
RGB Variations
Color information
#C48851 (or 0xC48851) is known color: Twine. HEX triplet: C4, 88 and 51. RGB value is (196,136,81). Sum of RGB (Red+Green+Blue) = 196+136+81=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C48851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48851 is #3B77AE. Grayscale: #939393. Windows color (decimal): -3897263 or 5343428. OLE color: 5343428.
HSL color Cylindrical-coordinate representation of color #C48851: hue angle of 28.7º 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 #C48851 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 81 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.23 |
| HSL | 28.7º | 0.49% | 0.54% | - |
| HSV(B) | 28.7º | 0.59% | 0.77% | - |
| XYZ | 33.05 | 29.94 | 11.82 | - |
| YUV | 147.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 81 | 0 | 0.31 | 0.59 | 0.23 | 28.7 | 0.49 | 0.54 |
| Hex | C4 | 88 | 51 | 0 | 1F | 3B | 17 | 1D | 31 | 36 |
| Octal | 304 | 210 | 121 | 0 | 37 | 73 | 27 | 35 | 61 | 66 |
| Binary | 11000100 | 10001000 | 1010001 | 0 | 11111 | 111011 | 10111 | 11101 | 110001 | 110110 |
Color Harmonies of #C48851
Complementary color
Monochromatic Colors of #C48851
Black with #C48851
Text Example
Text Example
White with #C48851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48851; }
p { color: rgb(196,136,81); }
H1.HeaderClassName
{
color: #C48851;
}
.AnyTagClassName
{
color: #C48851;
}
</style>
background-color css
<style>
a { background-color: #C48851; }
a { background-color: rgb(196,136,81); }
div.DivClassName
{
background-color: #C48851;
}
.BgClassName
{
background-color: #C48851;
}
</style>
border-color css
<style>
span { border-color: #C48851; }
span { border-color: rgb(196,136,81); }
td.TdClassName
{
border-color: #C48851;
}
.TagClassName
{
border-color: #C48851;
}
</style>