Shades of Twine #C28853
Tints of Twine #C28853
RGB
CMYK
RGB Variations
Color information
#C28853 (or 0xC28853) is known color: Twine. HEX triplet: C2, 88 and 53. RGB value is (194,136,83). Sum of RGB (Red+Green+Blue) = 194+136+83=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C28853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28853 is #3D77AC. Grayscale: #939393. Windows color (decimal): -4028333 or 5474498. OLE color: 5474498.
HSL color Cylindrical-coordinate representation of color #C28853: hue angle of 28.65º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C28853 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 83 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.24 |
| HSL | 28.65º | 0.48% | 0.54% | - |
| HSV(B) | 28.65º | 0.57% | 0.76% | - |
| XYZ | 32.61 | 29.7 | 12.2 | - |
| YUV | 147.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 83 | 0 | 0.30 | 0.57 | 0.24 | 28.65 | 0.48 | 0.54 |
| Hex | C2 | 88 | 53 | 0 | 1E | 39 | 18 | 1D | 30 | 36 |
| Octal | 302 | 210 | 123 | 0 | 36 | 71 | 30 | 35 | 60 | 66 |
| Binary | 11000010 | 10001000 | 1010011 | 0 | 11110 | 111001 | 11000 | 11101 | 110000 | 110110 |
Color Harmonies of #C28853
Complementary color
Monochromatic Colors of #C28853
Black with #C28853
Text Example
Text Example
White with #C28853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28853; }
p { color: rgb(194,136,83); }
H1.HeaderClassName
{
color: #C28853;
}
.AnyTagClassName
{
color: #C28853;
}
</style>
background-color css
<style>
a { background-color: #C28853; }
a { background-color: rgb(194,136,83); }
div.DivClassName
{
background-color: #C28853;
}
.BgClassName
{
background-color: #C28853;
}
</style>
border-color css
<style>
span { border-color: #C28853; }
span { border-color: rgb(194,136,83); }
td.TdClassName
{
border-color: #C28853;
}
.TagClassName
{
border-color: #C28853;
}
</style>