Shades of Twine #C38959
Tints of Twine #C38959
RGB
CMYK
RGB Variations
Color information
#C38959 (or 0xC38959) is known color: Twine. HEX triplet: C3, 89 and 59. RGB value is (195,137,89). Sum of RGB (Red+Green+Blue) = 195+137+89=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C38959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38959 is #3C76A6. Grayscale: #959595. Windows color (decimal): -3962535 or 5867971. OLE color: 5867971.
HSL color Cylindrical-coordinate representation of color #C38959: hue angle of 27.17º 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 #C38959 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 89 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.24 |
| HSL | 27.17º | 0.47% | 0.56% | - |
| HSV(B) | 27.17º | 0.54% | 0.76% | - |
| XYZ | 33.25 | 30.21 | 13.53 | - |
| YUV | 148.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 89 | 0 | 0.30 | 0.54 | 0.24 | 27.17 | 0.47 | 0.56 |
| Hex | C3 | 89 | 59 | 0 | 1E | 36 | 18 | 1B | 2F | 38 |
| Octal | 303 | 211 | 131 | 0 | 36 | 66 | 30 | 33 | 57 | 70 |
| Binary | 11000011 | 10001001 | 1011001 | 0 | 11110 | 110110 | 11000 | 11011 | 101111 | 111000 |
Color Harmonies of #C38959
Complementary color
Monochromatic Colors of #C38959
Black with #C38959
Text Example
Text Example
White with #C38959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38959; }
p { color: rgb(195,137,89); }
H1.HeaderClassName
{
color: #C38959;
}
.AnyTagClassName
{
color: #C38959;
}
</style>
background-color css
<style>
a { background-color: #C38959; }
a { background-color: rgb(195,137,89); }
div.DivClassName
{
background-color: #C38959;
}
.BgClassName
{
background-color: #C38959;
}
</style>
border-color css
<style>
span { border-color: #C38959; }
span { border-color: rgb(195,137,89); }
td.TdClassName
{
border-color: #C38959;
}
.TagClassName
{
border-color: #C38959;
}
</style>