Shades of Twine #C28D52
Tints of Twine #C28D52
RGB
CMYK
RGB Variations
Color information
#C28D52 (or 0xC28D52) is known color: Twine. HEX triplet: C2, 8D and 52. RGB value is (194,141,82). Sum of RGB (Red+Green+Blue) = 194+141+82=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D52 is #3D72AD. Grayscale: #969696. Windows color (decimal): -4027054 or 5410242. OLE color: 5410242.
HSL color Cylindrical-coordinate representation of color #C28D52: hue angle of 31.61º 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 #C28D52 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 82 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.24 |
| HSL | 31.61º | 0.48% | 0.54% | - |
| HSV(B) | 31.61º | 0.58% | 0.76% | - |
| XYZ | 33.3 | 31.13 | 12.24 | - |
| YUV | 150.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 82 | 0 | 0.27 | 0.58 | 0.24 | 31.61 | 0.48 | 0.54 |
| Hex | C2 | 8D | 52 | 0 | 1B | 3A | 18 | 20 | 30 | 36 |
| Octal | 302 | 215 | 122 | 0 | 33 | 72 | 30 | 40 | 60 | 66 |
| Binary | 11000010 | 10001101 | 1010010 | 0 | 11011 | 111010 | 11000 | 100000 | 110000 | 110110 |
Color Harmonies of #C28D52
Complementary color
Monochromatic Colors of #C28D52
Black with #C28D52
Text Example
Text Example
White with #C28D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D52; }
p { color: rgb(194,141,82); }
H1.HeaderClassName
{
color: #C28D52;
}
.AnyTagClassName
{
color: #C28D52;
}
</style>
background-color css
<style>
a { background-color: #C28D52; }
a { background-color: rgb(194,141,82); }
div.DivClassName
{
background-color: #C28D52;
}
.BgClassName
{
background-color: #C28D52;
}
</style>
border-color css
<style>
span { border-color: #C28D52; }
span { border-color: rgb(194,141,82); }
td.TdClassName
{
border-color: #C28D52;
}
.TagClassName
{
border-color: #C28D52;
}
</style>