Shades of Twine #C39A55
Tints of Twine #C39A55
RGB
CMYK
RGB Variations
Color information
#C39A55 (or 0xC39A55) is known color: Twine. HEX triplet: C3, 9A and 55. RGB value is (195,154,85). Sum of RGB (Red+Green+Blue) = 195+154+85=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39A55 is #3C65AA. Grayscale: #9E9E9E. Windows color (decimal): -3958187 or 5610179. OLE color: 5610179.
HSL color Cylindrical-coordinate representation of color #C39A55: hue angle of 37.64º 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 #C39A55 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 85 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.24 |
| HSL | 37.64º | 0.48% | 0.55% | - |
| HSV(B) | 37.64º | 0.56% | 0.76% | - |
| XYZ | 35.7 | 35.37 | 13.54 | - |
| YUV | 158.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 85 | 0 | 0.21 | 0.56 | 0.24 | 37.64 | 0.48 | 0.55 |
| Hex | C3 | 9A | 55 | 0 | 15 | 38 | 18 | 26 | 30 | 37 |
| Octal | 303 | 232 | 125 | 0 | 25 | 70 | 30 | 46 | 60 | 67 |
| Binary | 11000011 | 10011010 | 1010101 | 0 | 10101 | 111000 | 11000 | 100110 | 110000 | 110111 |
Color Harmonies of #C39A55
Complementary color
Monochromatic Colors of #C39A55
Black with #C39A55
Text Example
Text Example
White with #C39A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A55; }
p { color: rgb(195,154,85); }
H1.HeaderClassName
{
color: #C39A55;
}
.AnyTagClassName
{
color: #C39A55;
}
</style>
background-color css
<style>
a { background-color: #C39A55; }
a { background-color: rgb(195,154,85); }
div.DivClassName
{
background-color: #C39A55;
}
.BgClassName
{
background-color: #C39A55;
}
</style>
border-color css
<style>
span { border-color: #C39A55; }
span { border-color: rgb(195,154,85); }
td.TdClassName
{
border-color: #C39A55;
}
.TagClassName
{
border-color: #C39A55;
}
</style>