Shades of Twine #C28B59
Tints of Twine #C28B59
RGB
CMYK
RGB Variations
Color information
#C28B59 (or 0xC28B59) is known color: Twine. HEX triplet: C2, 8B and 59. RGB value is (194,139,89). Sum of RGB (Red+Green+Blue) = 194+139+89=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28B59 is #3D74A6. Grayscale: #959595. Windows color (decimal): -4027559 or 5868482. OLE color: 5868482.
HSL color Cylindrical-coordinate representation of color #C28B59: hue angle of 28.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C28B59 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 89 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.24 |
| HSL | 28.57º | 0.46% | 0.55% | - |
| HSV(B) | 28.57º | 0.54% | 0.76% | - |
| XYZ | 33.28 | 30.66 | 13.61 | - |
| YUV | 149.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 89 | 0 | 0.28 | 0.54 | 0.24 | 28.57 | 0.46 | 0.55 |
| Hex | C2 | 8B | 59 | 0 | 1C | 36 | 18 | 1D | 2E | 37 |
| Octal | 302 | 213 | 131 | 0 | 34 | 66 | 30 | 35 | 56 | 67 |
| Binary | 11000010 | 10001011 | 1011001 | 0 | 11100 | 110110 | 11000 | 11101 | 101110 | 110111 |
Color Harmonies of #C28B59
Complementary color
Monochromatic Colors of #C28B59
Black with #C28B59
Text Example
Text Example
White with #C28B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B59; }
p { color: rgb(194,139,89); }
H1.HeaderClassName
{
color: #C28B59;
}
.AnyTagClassName
{
color: #C28B59;
}
</style>
background-color css
<style>
a { background-color: #C28B59; }
a { background-color: rgb(194,139,89); }
div.DivClassName
{
background-color: #C28B59;
}
.BgClassName
{
background-color: #C28B59;
}
</style>
border-color css
<style>
span { border-color: #C28B59; }
span { border-color: rgb(194,139,89); }
td.TdClassName
{
border-color: #C28B59;
}
.TagClassName
{
border-color: #C28B59;
}
</style>