Shades of Twine #C38E59
Tints of Twine #C38E59
RGB
CMYK
RGB Variations
Color information
#C38E59 (or 0xC38E59) is known color: Twine. HEX triplet: C3, 8E and 59. RGB value is (195,142,89). Sum of RGB (Red+Green+Blue) = 195+142+89=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E59 is #3C71A6. Grayscale: #989898. Windows color (decimal): -3961255 or 5869251. OLE color: 5869251.
HSL color Cylindrical-coordinate representation of color #C38E59: hue angle of 30º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C38E59 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 89 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.24 |
| HSL | 30º | 0.47% | 0.56% | - |
| HSV(B) | 30º | 0.54% | 0.76% | - |
| XYZ | 33.98 | 31.67 | 13.77 | - |
| YUV | 151.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 89 | 0 | 0.27 | 0.54 | 0.24 | 30 | 0.47 | 0.56 |
| Hex | C3 | 8E | 59 | 0 | 1B | 36 | 18 | 1E | 2F | 38 |
| Octal | 303 | 216 | 131 | 0 | 33 | 66 | 30 | 36 | 57 | 70 |
| Binary | 11000011 | 10001110 | 1011001 | 0 | 11011 | 110110 | 11000 | 11110 | 101111 | 111000 |
Color Harmonies of #C38E59
Complementary color
Monochromatic Colors of #C38E59
Black with #C38E59
Text Example
Text Example
White with #C38E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E59; }
p { color: rgb(195,142,89); }
H1.HeaderClassName
{
color: #C38E59;
}
.AnyTagClassName
{
color: #C38E59;
}
</style>
background-color css
<style>
a { background-color: #C38E59; }
a { background-color: rgb(195,142,89); }
div.DivClassName
{
background-color: #C38E59;
}
.BgClassName
{
background-color: #C38E59;
}
</style>
border-color css
<style>
span { border-color: #C38E59; }
span { border-color: rgb(195,142,89); }
td.TdClassName
{
border-color: #C38E59;
}
.TagClassName
{
border-color: #C38E59;
}
</style>