Shades of Twine #C18B51
Tints of Twine #C18B51
RGB
CMYK
RGB Variations
Color information
#C18B51 (or 0xC18B51) is known color: Twine. HEX triplet: C1, 8B and 51. RGB value is (193,139,81). Sum of RGB (Red+Green+Blue) = 193+139+81=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18B51 is #3E74AE. Grayscale: #949494. Windows color (decimal): -4093103 or 5344193. OLE color: 5344193.
HSL color Cylindrical-coordinate representation of color #C18B51: hue angle of 31.07º degrees, saturation: 0.47, 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 #C18B51 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 81 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.24 |
| HSL | 31.07º | 0.47% | 0.54% | - |
| HSV(B) | 31.07º | 0.58% | 0.76% | - |
| XYZ | 32.71 | 30.4 | 11.93 | - |
| YUV | 148.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 81 | 0 | 0.28 | 0.58 | 0.24 | 31.07 | 0.47 | 0.54 |
| Hex | C1 | 8B | 51 | 0 | 1C | 3A | 18 | 1F | 2F | 36 |
| Octal | 301 | 213 | 121 | 0 | 34 | 72 | 30 | 37 | 57 | 66 |
| Binary | 11000001 | 10001011 | 1010001 | 0 | 11100 | 111010 | 11000 | 11111 | 101111 | 110110 |
Color Harmonies of #C18B51
Complementary color
Monochromatic Colors of #C18B51
Black with #C18B51
Text Example
Text Example
White with #C18B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18B51; }
p { color: rgb(193,139,81); }
H1.HeaderClassName
{
color: #C18B51;
}
.AnyTagClassName
{
color: #C18B51;
}
</style>
background-color css
<style>
a { background-color: #C18B51; }
a { background-color: rgb(193,139,81); }
div.DivClassName
{
background-color: #C18B51;
}
.BgClassName
{
background-color: #C18B51;
}
</style>
border-color css
<style>
span { border-color: #C18B51; }
span { border-color: rgb(193,139,81); }
td.TdClassName
{
border-color: #C18B51;
}
.TagClassName
{
border-color: #C18B51;
}
</style>