Shades of Twine #C38D50
Tints of Twine #C38D50
RGB
CMYK
RGB Variations
Color information
#C38D50 (or 0xC38D50) is known color: Twine. HEX triplet: C3, 8D and 50. RGB value is (195,141,80). Sum of RGB (Red+Green+Blue) = 195+141+80=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D50 is #3C72AF. Grayscale: #969696. Windows color (decimal): -3961520 or 5279171. OLE color: 5279171.
HSL color Cylindrical-coordinate representation of color #C38D50: hue angle of 31.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C38D50 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 80 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.24 |
| HSL | 31.83º | 0.49% | 0.54% | - |
| HSV(B) | 31.83º | 0.59% | 0.76% | - |
| XYZ | 33.48 | 31.23 | 11.85 | - |
| YUV | 150.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 80 | 0 | 0.28 | 0.59 | 0.24 | 31.83 | 0.49 | 0.54 |
| Hex | C3 | 8D | 50 | 0 | 1C | 3B | 18 | 20 | 31 | 36 |
| Octal | 303 | 215 | 120 | 0 | 34 | 73 | 30 | 40 | 61 | 66 |
| Binary | 11000011 | 10001101 | 1010000 | 0 | 11100 | 111011 | 11000 | 100000 | 110001 | 110110 |
Color Harmonies of #C38D50
Complementary color
Monochromatic Colors of #C38D50
Black with #C38D50
Text Example
Text Example
White with #C38D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D50; }
p { color: rgb(195,141,80); }
H1.HeaderClassName
{
color: #C38D50;
}
.AnyTagClassName
{
color: #C38D50;
}
</style>
background-color css
<style>
a { background-color: #C38D50; }
a { background-color: rgb(195,141,80); }
div.DivClassName
{
background-color: #C38D50;
}
.BgClassName
{
background-color: #C38D50;
}
</style>
border-color css
<style>
span { border-color: #C38D50; }
span { border-color: rgb(195,141,80); }
td.TdClassName
{
border-color: #C38D50;
}
.TagClassName
{
border-color: #C38D50;
}
</style>