Shades of Twine #C38D55
Tints of Twine #C38D55
RGB
CMYK
RGB Variations
Color information
#C38D55 (or 0xC38D55) is known color: Twine. HEX triplet: C3, 8D and 55. RGB value is (195,141,85). Sum of RGB (Red+Green+Blue) = 195+141+85=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D55 is #3C72AA. Grayscale: #979797. Windows color (decimal): -3961515 or 5606851. OLE color: 5606851.
HSL color Cylindrical-coordinate representation of color #C38D55: hue angle of 30.55º 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 #C38D55 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 85 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.24 |
| HSL | 30.55º | 0.48% | 0.55% | - |
| HSV(B) | 30.55º | 0.56% | 0.76% | - |
| XYZ | 33.67 | 31.31 | 12.86 | - |
| YUV | 150.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 85 | 0 | 0.28 | 0.56 | 0.24 | 30.55 | 0.48 | 0.55 |
| Hex | C3 | 8D | 55 | 0 | 1C | 38 | 18 | 1F | 30 | 37 |
| Octal | 303 | 215 | 125 | 0 | 34 | 70 | 30 | 37 | 60 | 67 |
| Binary | 11000011 | 10001101 | 1010101 | 0 | 11100 | 111000 | 11000 | 11111 | 110000 | 110111 |
Color Harmonies of #C38D55
Complementary color
Monochromatic Colors of #C38D55
Black with #C38D55
Text Example
Text Example
White with #C38D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D55; }
p { color: rgb(195,141,85); }
H1.HeaderClassName
{
color: #C38D55;
}
.AnyTagClassName
{
color: #C38D55;
}
</style>
background-color css
<style>
a { background-color: #C38D55; }
a { background-color: rgb(195,141,85); }
div.DivClassName
{
background-color: #C38D55;
}
.BgClassName
{
background-color: #C38D55;
}
</style>
border-color css
<style>
span { border-color: #C38D55; }
span { border-color: rgb(195,141,85); }
td.TdClassName
{
border-color: #C38D55;
}
.TagClassName
{
border-color: #C38D55;
}
</style>