Shades of Twine #C28951
Tints of Twine #C28951
RGB
CMYK
RGB Variations
Color information
#C28951 (or 0xC28951) is known color: Twine. HEX triplet: C2, 89 and 51. RGB value is (194,137,81). Sum of RGB (Red+Green+Blue) = 194+137+81=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C28951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28951 is #3D76AE. Grayscale: #939393. Windows color (decimal): -4028079 or 5343682. OLE color: 5343682.
HSL color Cylindrical-coordinate representation of color #C28951: hue angle of 29.73º 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 #C28951 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 81 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.24 |
| HSL | 29.73º | 0.48% | 0.54% | - |
| HSV(B) | 29.73º | 0.58% | 0.76% | - |
| XYZ | 32.68 | 29.95 | 11.84 | - |
| YUV | 147.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 81 | 0 | 0.29 | 0.58 | 0.24 | 29.73 | 0.48 | 0.54 |
| Hex | C2 | 89 | 51 | 0 | 1D | 3A | 18 | 1E | 30 | 36 |
| Octal | 302 | 211 | 121 | 0 | 35 | 72 | 30 | 36 | 60 | 66 |
| Binary | 11000010 | 10001001 | 1010001 | 0 | 11101 | 111010 | 11000 | 11110 | 110000 | 110110 |
Color Harmonies of #C28951
Complementary color
Monochromatic Colors of #C28951
Black with #C28951
Text Example
Text Example
White with #C28951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28951; }
p { color: rgb(194,137,81); }
H1.HeaderClassName
{
color: #C28951;
}
.AnyTagClassName
{
color: #C28951;
}
</style>
background-color css
<style>
a { background-color: #C28951; }
a { background-color: rgb(194,137,81); }
div.DivClassName
{
background-color: #C28951;
}
.BgClassName
{
background-color: #C28951;
}
</style>
border-color css
<style>
span { border-color: #C28951; }
span { border-color: rgb(194,137,81); }
td.TdClassName
{
border-color: #C28951;
}
.TagClassName
{
border-color: #C28951;
}
</style>