Shades of Twine #C38D56
Tints of Twine #C38D56
RGB
CMYK
RGB Variations
Color information
#C38D56 (or 0xC38D56) is known color: Twine. HEX triplet: C3, 8D and 56. RGB value is (195,141,86). Sum of RGB (Red+Green+Blue) = 195+141+86=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D56 is #3C72A9. Grayscale: #979797. Windows color (decimal): -3961514 or 5672387. OLE color: 5672387.
HSL color Cylindrical-coordinate representation of color #C38D56: hue angle of 30.28º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C38D56 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 86 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.24 |
| HSL | 30.28º | 0.48% | 0.55% | - |
| HSV(B) | 30.28º | 0.56% | 0.76% | - |
| XYZ | 33.71 | 31.32 | 13.07 | - |
| YUV | 150.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 86 | 0 | 0.28 | 0.56 | 0.24 | 30.28 | 0.48 | 0.55 |
| Hex | C3 | 8D | 56 | 0 | 1C | 38 | 18 | 1E | 30 | 37 |
| Octal | 303 | 215 | 126 | 0 | 34 | 70 | 30 | 36 | 60 | 67 |
| Binary | 11000011 | 10001101 | 1010110 | 0 | 11100 | 111000 | 11000 | 11110 | 110000 | 110111 |
Color Harmonies of #C38D56
Complementary color
Monochromatic Colors of #C38D56
Black with #C38D56
Text Example
Text Example
White with #C38D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D56; }
p { color: rgb(195,141,86); }
H1.HeaderClassName
{
color: #C38D56;
}
.AnyTagClassName
{
color: #C38D56;
}
</style>
background-color css
<style>
a { background-color: #C38D56; }
a { background-color: rgb(195,141,86); }
div.DivClassName
{
background-color: #C38D56;
}
.BgClassName
{
background-color: #C38D56;
}
</style>
border-color css
<style>
span { border-color: #C38D56; }
span { border-color: rgb(195,141,86); }
td.TdClassName
{
border-color: #C38D56;
}
.TagClassName
{
border-color: #C38D56;
}
</style>