Shades of Twine #C28A51
Tints of Twine #C28A51
RGB
CMYK
RGB Variations
Color information
#C28A51 (or 0xC28A51) is known color: Twine. HEX triplet: C2, 8A and 51. RGB value is (194,138,81). Sum of RGB (Red+Green+Blue) = 194+138+81=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A51 is #3D75AE. Grayscale: #949494. Windows color (decimal): -4027823 or 5343938. OLE color: 5343938.
HSL color Cylindrical-coordinate representation of color #C28A51: hue angle of 30.27º 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 #C28A51 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 81 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.24 |
| HSL | 30.27º | 0.48% | 0.54% | - |
| HSV(B) | 30.27º | 0.58% | 0.76% | - |
| XYZ | 32.82 | 30.24 | 11.89 | - |
| YUV | 148.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 81 | 0 | 0.29 | 0.58 | 0.24 | 30.27 | 0.48 | 0.54 |
| Hex | C2 | 8A | 51 | 0 | 1D | 3A | 18 | 1E | 30 | 36 |
| Octal | 302 | 212 | 121 | 0 | 35 | 72 | 30 | 36 | 60 | 66 |
| Binary | 11000010 | 10001010 | 1010001 | 0 | 11101 | 111010 | 11000 | 11110 | 110000 | 110110 |
Color Harmonies of #C28A51
Complementary color
Monochromatic Colors of #C28A51
Black with #C28A51
Text Example
Text Example
White with #C28A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A51; }
p { color: rgb(194,138,81); }
H1.HeaderClassName
{
color: #C28A51;
}
.AnyTagClassName
{
color: #C28A51;
}
</style>
background-color css
<style>
a { background-color: #C28A51; }
a { background-color: rgb(194,138,81); }
div.DivClassName
{
background-color: #C28A51;
}
.BgClassName
{
background-color: #C28A51;
}
</style>
border-color css
<style>
span { border-color: #C28A51; }
span { border-color: rgb(194,138,81); }
td.TdClassName
{
border-color: #C28A51;
}
.TagClassName
{
border-color: #C28A51;
}
</style>