Shades of Twine #C18B52
Tints of Twine #C18B52
RGB
CMYK
RGB Variations
Color information
#C18B52 (or 0xC18B52) is known color: Twine. HEX triplet: C1, 8B and 52. RGB value is (193,139,82). Sum of RGB (Red+Green+Blue) = 193+139+82=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18B52 is #3E74AD. Grayscale: #949494. Windows color (decimal): -4093102 or 5409729. OLE color: 5409729.
HSL color Cylindrical-coordinate representation of color #C18B52: hue angle of 30.81º 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 #C18B52 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 82 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.24 |
| HSL | 30.81º | 0.47% | 0.54% | - |
| HSV(B) | 30.81º | 0.58% | 0.76% | - |
| XYZ | 32.75 | 30.41 | 12.13 | - |
| YUV | 148.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 82 | 0 | 0.28 | 0.58 | 0.24 | 30.81 | 0.47 | 0.54 |
| Hex | C1 | 8B | 52 | 0 | 1C | 3A | 18 | 1F | 2F | 36 |
| Octal | 301 | 213 | 122 | 0 | 34 | 72 | 30 | 37 | 57 | 66 |
| Binary | 11000001 | 10001011 | 1010010 | 0 | 11100 | 111010 | 11000 | 11111 | 101111 | 110110 |
Color Harmonies of #C18B52
Complementary color
Monochromatic Colors of #C18B52
Black with #C18B52
Text Example
Text Example
White with #C18B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18B52; }
p { color: rgb(193,139,82); }
H1.HeaderClassName
{
color: #C18B52;
}
.AnyTagClassName
{
color: #C18B52;
}
</style>
background-color css
<style>
a { background-color: #C18B52; }
a { background-color: rgb(193,139,82); }
div.DivClassName
{
background-color: #C18B52;
}
.BgClassName
{
background-color: #C18B52;
}
</style>
border-color css
<style>
span { border-color: #C18B52; }
span { border-color: rgb(193,139,82); }
td.TdClassName
{
border-color: #C18B52;
}
.TagClassName
{
border-color: #C18B52;
}
</style>