Shades of Twine #C28D51
Tints of Twine #C28D51
RGB
CMYK
RGB Variations
Color information
#C28D51 (or 0xC28D51) is known color: Twine. HEX triplet: C2, 8D and 51. RGB value is (194,141,81). Sum of RGB (Red+Green+Blue) = 194+141+81=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D51 is #3D72AE. Grayscale: #969696. Windows color (decimal): -4027055 or 5344706. OLE color: 5344706.
HSL color Cylindrical-coordinate representation of color #C28D51: hue angle of 31.86º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C28D51 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 81 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.24 |
| HSL | 31.86º | 0.48% | 0.54% | - |
| HSV(B) | 31.86º | 0.58% | 0.76% | - |
| XYZ | 33.26 | 31.11 | 12.04 | - |
| YUV | 150.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 81 | 0 | 0.27 | 0.58 | 0.24 | 31.86 | 0.48 | 0.54 |
| Hex | C2 | 8D | 51 | 0 | 1B | 3A | 18 | 20 | 30 | 36 |
| Octal | 302 | 215 | 121 | 0 | 33 | 72 | 30 | 40 | 60 | 66 |
| Binary | 11000010 | 10001101 | 1010001 | 0 | 11011 | 111010 | 11000 | 100000 | 110000 | 110110 |
Color Harmonies of #C28D51
Complementary color
Monochromatic Colors of #C28D51
Black with #C28D51
Text Example
Text Example
White with #C28D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D51; }
p { color: rgb(194,141,81); }
H1.HeaderClassName
{
color: #C28D51;
}
.AnyTagClassName
{
color: #C28D51;
}
</style>
background-color css
<style>
a { background-color: #C28D51; }
a { background-color: rgb(194,141,81); }
div.DivClassName
{
background-color: #C28D51;
}
.BgClassName
{
background-color: #C28D51;
}
</style>
border-color css
<style>
span { border-color: #C28D51; }
span { border-color: rgb(194,141,81); }
td.TdClassName
{
border-color: #C28D51;
}
.TagClassName
{
border-color: #C28D51;
}
</style>