Shades of Twine #C39A54
Tints of Twine #C39A54
RGB
CMYK
RGB Variations
Color information
#C39A54 (or 0xC39A54) is known color: Twine. HEX triplet: C3, 9A and 54. RGB value is (195,154,84). Sum of RGB (Red+Green+Blue) = 195+154+84=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39A54 is #3C65AB. Grayscale: #9E9E9E. Windows color (decimal): -3958188 or 5544643. OLE color: 5544643.
HSL color Cylindrical-coordinate representation of color #C39A54: hue angle of 37.84º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C39A54 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 84 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.24 |
| HSL | 37.84º | 0.48% | 0.55% | - |
| HSV(B) | 37.84º | 0.57% | 0.76% | - |
| XYZ | 35.66 | 35.35 | 13.33 | - |
| YUV | 158.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 84 | 0 | 0.21 | 0.57 | 0.24 | 37.84 | 0.48 | 0.55 |
| Hex | C3 | 9A | 54 | 0 | 15 | 39 | 18 | 26 | 30 | 37 |
| Octal | 303 | 232 | 124 | 0 | 25 | 71 | 30 | 46 | 60 | 67 |
| Binary | 11000011 | 10011010 | 1010100 | 0 | 10101 | 111001 | 11000 | 100110 | 110000 | 110111 |
Color Harmonies of #C39A54
Complementary color
Monochromatic Colors of #C39A54
Black with #C39A54
Text Example
Text Example
White with #C39A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A54; }
p { color: rgb(195,154,84); }
H1.HeaderClassName
{
color: #C39A54;
}
.AnyTagClassName
{
color: #C39A54;
}
</style>
background-color css
<style>
a { background-color: #C39A54; }
a { background-color: rgb(195,154,84); }
div.DivClassName
{
background-color: #C39A54;
}
.BgClassName
{
background-color: #C39A54;
}
</style>
border-color css
<style>
span { border-color: #C39A54; }
span { border-color: rgb(195,154,84); }
td.TdClassName
{
border-color: #C39A54;
}
.TagClassName
{
border-color: #C39A54;
}
</style>